Show / Hide Table of Contents

Method GetIdentity

| Improve this Doc View Source

GetIdentity(Boolean)

Gets the Identity object if this column is identity column.

Declaration
public Identity GetIdentity(bool isTempTable)
Parameters
Type Name Description
System.Boolean isTempTable

true to return the Identity declared for temp table(s), otherwise to return the Identity declared for permanent table.

Returns
Type Description
Identity

The Identity object, or null if this is not a identity column.

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