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