4 references to IsAutoIncrementType
System.Data (4)
fx\src\data\System\Data\DataColumn.cs (3)
249if (!IsAutoIncrementType(DataType)) { 592if (!IsAutoIncrementType(value)) { 1881Debug.Assert(null != value && DataColumn.IsAutoIncrementType(value.GetType()) && !(value is System.Numerics.BigInteger), "unexpected value for autoincrement");
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (1)
790if (schemaRow.IsAutoIncrement && DataColumn.IsAutoIncrementType(fieldType)) {