Data.DBXCommonTable.TDBXCustomValueRow.GetDBXTableName
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXCustomValueRow |
Delphi
function GetDBXTableName: string; override;
C++
virtual System::UnicodeString __fastcall GetDBXTableName();
Description
Protected getter for DBXTableName.
The GetDBXTableName method is the protected getter for the DBXTableName property.
In this implementation, GetDBXTableName raises an unsupported operation exception.