Méthode | Description | |
---|---|---|
GetNextKey ( ) : long |
Returns NextAvailableId and increments it by 1.
|
|
SequentialIDGenerator ( ) |
Create a new instance that starts at 1.
|
|
SequentialIDGenerator ( long startingId ) |
Creates a new instance starting from startingId.
|
public SequentialIDGenerator ( long startingId ) | ||
startingId | long |