Method GetIdentity
| Improve this Doc View SourceGetIdentity(Boolean)
Gets identity definition of the table.
Declaration
public Identity GetIdentity(bool isTempTable)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | isTempTable | true for temporary table, otherwise permanent table. |
Returns
| Type | Description |
|---|---|
| Identity | The identity definition. |