4 references to IsAutoIncrement
System.Data.Common (4)
System\Data\Common\DBCommandBuilder.cs (2)
1409return (!row.IsAutoIncrement && !row.IsHidden && !row.IsExpression && !row.IsRowVersion && !row.IsReadOnly); 1415return (!row.IsAutoIncrement && !row.IsRowVersion && !row.IsHidden && !row.IsReadOnly);
System\Data\ProviderBase\SchemaMapping.cs (2)
945if (schemaRow.IsAutoIncrement && DataColumn.IsAutoIncrementType(fieldType)) 987dataColumn.AutoIncrement = schemaRow.IsAutoIncrement;