Show / Hide Table of Contents

Constructor Identity16Attribute

| Improve this Doc View Source

Identity16Attribute()

Initializes a new instance of Identity16Attribute.

Declaration
public Identity16Attribute()
| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest