Show: Delphi
C++
Display Preferences
Data.DB.TWideDataSet.PSGetTableName
From XE2 API Documentation
Delphi
function PSGetTableName: string; override;
C++
virtual System::UnicodeString __fastcall PSGetTableName(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | protected | Data.DB.pas Data.DB.hpp |
Data.DB | TWideDataSet |
Description
Returns the name of the dataset table that appears in generated SQL statements.
PSGetTableName returns the name of the underlying dataset table against which updates are applied when the provider's ResolveToDataSet property is False. This value is used for generating the SQL statements that apply updates.