Data.DB.IProviderSupport.PSGetCommandText

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PSGetCommandText: string;

C++

virtual System::UnicodeString __fastcall PSGetCommandText _DEPRECATED_ATTRIBUTE0 () = 0 ;

Properties

Type Visibility Source Unit Parent
function public
Data.DB.pas
Data.DB.hpp
Data.DB IProviderSupport

Description

Warning: PSGetCommandText is deprecated. Please use IProviderSupportNG.

Gets the SQL command to be executed by PSExecute.

If the provider's Options property includes poAllowCommandText, clients can supply an SQL command along with a call to GetRecords or Execute. This command is passed to the dataset by a call to PSSetCommandText, and subsequently executed by a call to PSExecute.

See Also