Data.SqlExpr.TSQLSchemaInfo.ObjectName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

ObjectName: string;

C++

System::UnicodeString ObjectName;

Properties

Type Visibility Source Unit Parent
field public
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TSQLSchemaInfo

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