Return the full name of the object.
Source position: sqltypes.pp line 55
public function TSqlObjectIdenfier.FullName: string; |
The fully qualified name of the object.
FullName returns the name of the object, prepended with the schema name if there is one. Both parts are separated by a dot (.) character.
|
Schema name. |
|
|
Name of the object in the database. |