8 writes to AutoIncrement
System.Data (7)
fx\src\data\System\Data\DataColumn.cs (1)
593
AutoIncrement
= false;
fx\src\data\System\Data\DataTable.cs (2)
439
dc.
AutoIncrement
= info.GetBoolean(String.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrement", i));
4346
key.
AutoIncrement
= true;
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (4)
563
dataColumn.
AutoIncrement
= true;
771
dataColumn.
AutoIncrement
= true;
793
dataColumn.
AutoIncrement
= true;
824
dataColumn.
AutoIncrement
= schemaRow.IsAutoIncrement;
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceViewSchema.cs (1)
119
column.
AutoIncrement
= false;
21 references to AutoIncrement
System.Data (21)
fx\src\data\System\Data\CodeGen\datacache.cs (3)
437
if (!table.Columns[i].
AutoIncrement
) {
469
if (index[i].
AutoIncrement
) {
626
if (column.
AutoIncrement
) {
fx\src\data\System\Data\DataColumn.cs (8)
240
if (this.
AutoIncrement
!= value) {
284
/// <see cref='System.Data.DataColumn.
AutoIncrement
'/> property
308
/// Gets or sets the increment used by a column with its <see cref='System.Data.DataColumn.
AutoIncrement
'/>
591
if (
AutoIncrement
) {
687
if (
AutoIncrement
) {
751
if (
AutoIncrement
|| Unique) {
1167
if (
AutoIncrement
) {
1551
if (
AutoIncrement
) {
fx\src\data\System\Data\DataTable.cs (2)
356
info.AddValue(String.Format(formatProvider, "DataTable.DataColumn_{0}.AutoIncrement", i), Columns[i].
AutoIncrement
);
3156
if (!c.
AutoIncrement
) {
fx\src\data\System\Data\DataTableReader.cs (1)
692
if (dc.
AutoIncrement
) {
fx\src\data\System\Data\ProviderBase\SchemaMapping.cs (2)
569
else if (ischapter && !dataColumn.
AutoIncrement
) {
774
else if (!dataColumn.
AutoIncrement
) {
fx\src\data\System\Data\XmlDataLoader.cs (3)
431
if (!c.
AutoIncrement
) {
784
if (c.AllowDBNull && c.ColumnMapping != MappingType.Hidden && !c.
AutoIncrement
) {
1034
if (c.AllowDBNull && c.ColumnMapping != MappingType.Hidden && !c.
AutoIncrement
) {
fx\src\data\System\Data\xmlsaver.cs (1)
1156
if (col.
AutoIncrement
) {
fx\src\data\System\NewXml\XmlDataDocument.cs (1)
2296
if (!c.
AutoIncrement
)