IDataSourceFieldSchema.Identity Property
.NET Framework 3.0
Gets a value indicating whether the value of the field automatically increments for each new row.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
/** @property */ boolean get_Identity ()
function get Identity () : boolean
Not applicable.
Property Value
true if the field's DataType is numeric and the underlying field increments automatically as new rows are added; otherwise, false.For a DataColumn object, the Identity property corresponds to the AutoIncrement property. In SQL Server, an Identity column is a numerical column that automatically increments with each added record, thereby ensuring that the value uniquely identifies that record.
Community Additions
ADD
Show: