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)
Syntaxpublic 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