Struct ConsecutiveUniqueSequenceIDs
Represents a starting ID along with the number of consecutive generated IDs of the sequence
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess
Assembly: NFX.dll
Syntax
public struct ConsecutiveUniqueSequenceIDs
Constructors
ConsecutiveUniqueSequenceIDs(UInt64, Int32)
Declaration
public ConsecutiveUniqueSequenceIDs(ulong startInclusive, int count)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | startInclusive | |
System.Int32 | count |
Fields
Count
Declaration
public readonly int Count
Field Value
Type | Description |
---|---|
System.Int32 |
StartInclusive
Declaration
public readonly ulong StartInclusive
Field Value
Type | Description |
---|---|
System.UInt64 |