Synopsis
Int64 autoIncrementStep = DataColumn.AutoIncrementStep;
DataColumn.AutoIncrementStep = autoIncrementStep;
Gets or sets the amount that an AutoIncrement
column is incremented each time a row is added to the table.
Example
See the Example in the
AutoIncrement
property
section of this chapter.
Note
The default value of this property is 1.