[Overview][Types][Classes][Index] Reference for unit 'SQLTypes' (#fcl)

TSqlObjectIdenfier.FullName

Return the full name of the object

Declaration

Source position: sqltypes.pp line 31

public function TSqlObjectIdenfier.FullName: string;

Function result

The fully qualified name of the object

Description

FullName returns the name of the object, prepended with the schema name if there is one. Both parts are separated by a dot (.) character.

See also

TSqlObjectIdenfier.SchemaName

  

Schema name

TSqlObjectIdenfier.ObjectName

  

Name of the object in the database