Method GetIdentity
| Improve this Doc View SourceGetIdentity(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. |