Create a new instance of a TSqlObjectIdenfier class.
Source position: sqltypes.pp line 54
| public constructor TSqlObjectIdenfier.Create( | 
| ACollection: TSqlObjectIdentifierList; | 
| const AObjectName: string; | 
| const ASchemaName: string = '' | 
| ); | 
| ACollection | 
 | Collection which the object belongs to. | 
| AObjectName | 
 | Object name. | 
| ASchemaName | 
 | Schema in which object is defined. | 
Create can be used to create a new TSqlObjectIdenfier instance and immediately set the values for the TSqlObjectIdenfier.ObjectName and TSqlObjectIdenfier.SchemaName properties.
| 
 | Name of the object in the database. | |
| 
 | Schema name. |