Click or drag to resize

AutoIncrementStart Property

Gets the requested start number of the auto increment sequence

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public ulong Start { get; }

Property Value

Type: UInt64
The UInt64 sequence start number.
See Also