RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLDataSet.DbxCommandType Property

Command type in String format.

Pascal
property DbxCommandType: UnicodeString;
C++
__property UnicodeString DbxCommandType;

DbxCommandType indicates the type of command that is contained in the CommandText property. This can be set to one of the constant strings in the TDBXCommandTypes class. However, DbxCommandType is a String, unlike the CommandType property. This makes it easier to define new command types, making this approach more extensible. DbxCommandType is a superset of CommandType.

Note: Changing DbxCommandType automatically changes the CommandType property and vice versa. The additional settings supported by DbxCommandType are converted to ctQuery for CommandType.
 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!