Name

AutoIncrementStep

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.