Data.DBXMetaDataReader.TDBXCustomMetaDataTable.GetDBXTableName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDBXTableName: string; override;

C++

virtual System::UnicodeString __fastcall GetDBXTableName();

Properties

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

Description

Returns the name of a DBX table.

Data.DBXMetaDataReader.TDBXCustomMetaDataTable.GetDBXTableName inherits from Data.DBXCommonTable.TDBXTable.GetDBXTableName. All content below this line refers to Data.DBXCommonTable.TDBXTable.GetDBXTableName.

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