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

TSqlObjectIdenfier.ObjectName

Name of the object in the database.

Declaration

Source position: sqltypes.pp line 51

public property TSqlObjectIdenfier.ObjectName : string
  read FObjectName
  write FObjectName;

Description

ObjectName is the name of the object in the database. If the database supports schemas, then it must be combined with the SchemaName property in order to create a unique name for the object.

See also

TSqlObjectIdenfierList

  

#fcl.sqldb.TSQLConnection.GetObjectNames

  

Return a collection of object names for a given type of object.

TSqlObjectIdenfier.SchemaName

  

Schema name.


Documentation generated on: Jul 24 2023