Data.SqlExpr.TCustomSQLDataSet.DbxCommandType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property DbxCommandType: string read FDbxCommandType write SetDbxCommandType stored IsDbxCommandTypeStored nodefault;

C++

__property System::UnicodeString DbxCommandType = {read=FDbxCommandType, write=SetDbxCommandType, stored=IsDbxCommandTypeStored};

Propriétés

Type Visibilité  Source Unité  Parent
property protected
Data.SqlExpr.pas
Data.SqlExpr.hpp
Data.SqlExpr TCustomSQLDataSet


Description

Type de commande au format chaîne.

DbxCommandType indique le type de commande contenu dans la propriété CommandText. Il peut être défini sur l'une des chaînes constantes de la classe TDBXCommandTypes. Toutefois, DbxCommandType est un String, à l'opposé de la propriété CommandType. Cela facilite la définition de nouveaux types de commande, rendant cette approche plus extensible. DbxCommandType est un super-ensemble de CommandType.

Remarque : La modification de DbxCommandType modifie automatiquement la propriété CommandType et vice-versa. Les paramètres supplémentaires supportés par DbxCommandType sont convertis en ctQuery pour CommandType.

Voir aussi