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; }
Public ReadOnly Property Start As ULong
Get
public:
property unsigned long long Start {
unsigned long long get ();
}
member Start : uint64 with get
Property Value
Type:
UInt64The
UInt64 sequence start number.
See Also