4 references to IsAutoIncrementType
System.Data.Common (4)
System\Data\DataColumn.cs (3)
241
if (!
IsAutoIncrementType
(DataType))
564
if (!
IsAutoIncrementType
(value))
1964
Debug.Assert(null != value && DataColumn.
IsAutoIncrementType
(value.GetType()) && !(value is BigInteger), "unexpected value for autoincrement");
System\Data\ProviderBase\SchemaMapping.cs (1)
945
if (schemaRow.IsAutoIncrement && DataColumn.
IsAutoIncrementType
(fieldType))