System.Web.UI.Design.IDataSourceFieldSchema.Identity Property

Gets a value indicating whether the value of the field automatically increments for each new row.

Syntax

public bool Identity { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For a System.Data.DataColumn object, the IDataSourceFieldSchema.Identity property corresponds to the System.Data.DataColumn.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.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0