4 references to IsAutoIncrement
System.Data (4)
fx\src\data\System\Data\Common\DBCommandBuilder.cs (2)
1257return (!row.IsAutoIncrement && !row.IsHidden && !row.IsExpression && !row.IsRowVersion && !row.IsReadOnly); 1263return (!row.IsAutoIncrement && !row.IsRowVersion && !row.IsHidden && !row.IsReadOnly);
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (2)
790if (schemaRow.IsAutoIncrement && DataColumn.IsAutoIncrementType(fieldType)) { 824dataColumn.AutoIncrement = schemaRow.IsAutoIncrement;