Show / Hide Table of Contents

Constructor Identity64Attribute

| Improve this Doc View Source

Identity64Attribute()

Initializes a new instance of Identity64Attribute.

Declaration
public Identity64Attribute()
| Improve this Doc View Source

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.

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