DataSetFieldSchema::Identity Property
.NET Framework (current version)
Gets a value indicating whether the value of the data field automatically increments for each new row added to the table or view.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Booleantrue if the DataType is numeric and the value of the column increments automatically as new rows are added to the DataTable; otherwise, false.
Implements
IDataSourceFieldSchema::IdentityThe Identity property corresponds to the AutoIncrement property of a DataColumn.
.NET Framework
Available since 2.0
Available since 2.0
Show: