Unit 'SQLTypes' Package
[Overview][Types][Classes][Index] [#fcl]

TSqlObjectIdenfier.Create

Create a new instance of a TSqlObjectIdenfier class.

Declaration

Source position: sqltypes.pp line 48

public constructor TSqlObjectIdenfier.Create(

  ACollection: TSqlObjectIdentifierList;

  const AObjectName: string;

  const ASchemaName: string = ''

);

Arguments

ACollection

  

Collection which the object belongs to.

AObjectName

  

Object name.

ASchemaName

  

Schema in which object is defined.

Description

Create can be used to create a new TSqlObjectIdenfier instance and immediately set the values for the TSqlObjectIdenfier.ObjectName and TSqlObjectIdenfier.SchemaName properties.

See also

TSqlObjectIdenfier.ObjectName

  

Name of the object in the database.

TSqlObjectIdenfier.SchemaName

  

Schema name.


Documentation generated on: Jul 24 2023