4 references to IsAutoIncrementType
System.Data (4)
fx\src\data\System\Data\DataColumn.cs (3)
249
if (!
IsAutoIncrementType
(DataType)) {
592
if (!
IsAutoIncrementType
(value)) {
1881
Debug.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)
790
if (schemaRow.IsAutoIncrement && DataColumn.
IsAutoIncrementType
(fieldType)) {