DataColumn::AutoIncrementSeed Property
.NET Framework (current version)
Gets or sets the starting value for a column that has its AutoIncrement property set to true. The default is 0.
Assembly: System.Data (in System.Data.dll)
public: property long long AutoIncrementSeed { long long get(); void set(long long value); }
The following example sets the AutoIncrement, AutoIncrementSeed, and AutoIncrementStep properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: