Documentation for this section has not yet been entered.
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.