Data for Silverlight
AutoIncrement Property

C1.Silverlight.Data Namespace > DataColumn Class : AutoIncrement Property
Gets or sets a value that indicates whether the column automatically increments the value of the column for new rows added to the table.
Syntax
'Declaration
 
Public Property AutoIncrement As Boolean
public bool AutoIncrement {get; set;}
See Also

Reference

DataColumn Class
DataColumn Members