Constructor Identity64Attribute
| Improve this Doc View SourceIdentity64Attribute()
Initializes a new instance of Identity64Attribute.
Declaration
public Identity64Attribute()
Identity64Attribute(Int64, Int64)
Initializes a new instance of Identity64Attribute with specified seed and increment.
Declaration
public Identity64Attribute(long seed, long increment)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | seed | The first value of the identity column. |
System.Int64 | increment | The increment each time a new value generated from the identity column. |