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