Data.SqlExpr.TSQLSchemaInfo.ObjectName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: field
Visibility: public
Source:
Data.SqlExpr.pas
Data.SqlExpr.hpp
Unit: Data.SqlExpr
Parent: TSQLSchemaInfo

Delphi

ObjectName: string;

C++

System::UnicodeString ObjectName;

Description

The name of the table or stored procedure about whose columns, indexes, or parameters of the dataset.


ObjectName depends on the value of FType.


When FType is stColumns or stIndexes, ObjectName is the name of a table.


When FType is stProcedureParams, ObjectName is the name of a stored procedure.


When FType is stNoSchema, stTables, stSysTables, stProcedures, or stPackages, ObjectName is ignored.

See Also