Data.DBXCommon.TDBXCommand.Text

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXCommand

Delphi

property Text: string read GetText write SetText;

C++

__property System::UnicodeString Text = {read=GetText, write=SetText};

Description

Command to execute

This property contains the text of the command to execute. When CommandType is set to TDBXCommandTypes.SQLStatement, Text can be set to SQL statements such as select, insert, update, and delete.

See Also