Creates new instance of the Identity class.
Namespace:
PerpetuumSoft.DataModel.MsSqlAssembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public Identity( long seed, long increment ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ seed As Long, _ increment As Long _ ) |
Visual C++ |
---|
public: Identity( long long seed, long long increment ) |
Parameters
- seed
- Type: System..::.Int64
- increment
- Type: System..::.Int64