Datasnap.Provider.TDataSetProvider.SetCommandText
Delphi
procedure SetCommandText(const CommandText: OleStr); virtual;
C++
virtual void __fastcall SetCommandText(const System::WideString CommandText);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | Datasnap.Provider.pas Datasnap.Provider.hpp |
Datasnap.Provider | TDataSetProvider |
Description
Provides a way to set the command text.
The SetCommandText method provides a way of setting the command text.
Note: If the CommandText parameter is an empty string, SetCommandText does nothing.