[Overview][Types][Classes][Index] |
Add an identifier to the list
Source position: sqltypes.pp line 43
public function TSqlObjectIdentifierList.AddIdentifier: TSqlObjectIdenfier; overload; |
const AObjectName: string; |
const ASchemaName: string = '' |
):TSqlObjectIdenfier; overload; |
A new TSQLObjectIdentifier object
AObjectName |
|
The value for the ObjectName property |
ASchemaName |
|
The value for the SchemaName property |
AddIdentifier adds an identifier to the list with schema name ASchemaName and object name AObjectName. It returns the new identifier object. Both arguments are optional, their default value is the empty string.
No checking on duplicate entries is performed.
TSqlObjectIdentifier |
|
SQL Identifier properties object |