Show / Hide Table of Contents

Class Identity

Represents the identity (auto increment) metadata of Column.

Inheritance
System.Object
Identity
Implements
IAddon
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: DevZest.Data.Addons
Assembly: DevZest.Data.dll
Syntax
public class Identity : IAddon

Properties

Name Description
Column

Gets the column owner for this identity.

Increment

Gets the incremental value that is added to the identity value of the previous row that was loaded.

Int16Column

Gets the _Int16 column owner for this identity.

Int32Column

Gets the _Int32 column owner for this identity.

Int64Column

Gets the _Int64 column owner for this identity.

Seed

Gets the value for the column that is used for the very first row loaded into the table.

Explicit Interface Implementations

Name Description
IAddon.Key
  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest