Data.DBXCommon.TDBXCommand.CommandType

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 CommandType: string read GetCommandType write SetCommandType;

C++

__property System::UnicodeString CommandType = {read=GetCommandType, write=SetCommandType};

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.

See Also