Data.DBXMetaDataReader.TDBXEmptyTableCursor.GetDBXTableName

From RAD Studio API Documentation

Delphi

function GetDBXTableName: string; override;

C++

virtual System::UnicodeString __fastcall GetDBXTableName(void);

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXMetaDataReader.pas
Data.DBXMetaDataReader.hpp
Data.DBXMetaDataReader TDBXEmptyTableCursor

Description

Returns the name of a DBX table. {{#multireplace:Data.DBXMetaDataReader.TDBXEmptyTableCursor.GetDBXTableName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:Data.DBXCommonTable.TDBXTable.GetDBXTableName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:Data.DBXCommonTable.TDBXTable.GetDBXTableName|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

Returns the name of a DBX table.

GetDBXTableName returns the name of a DBX table. By default, GetDBXTableName raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method.

See Also