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: 8.2.1.0 (8.2.1)
Syntax
public ulong Start { get; }

Property Value

Type: UInt64
The UInt64 sequence start number.
See Also