Data.DBXCommon.TDBXCommand.CommandType
Delphi
property CommandType: string read GetCommandType write SetCommandType;
C++
__property System::UnicodeString CommandType = {read=GetCommandType, write=SetCommandType};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Data.DBXCommon.pas Data.DBXCommon.hpp |
Data.DBXCommon | TDBXCommand |
Description
Command type
This property contains the command type, which is typically set to one of the constant strings in the TDBXCommandTypes class. However, driver implementors can use this property as a namespace to create new types of commands.