Data.DBXCommon.TDBXConnection.GetCommandTypes
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXConnection |
Delphi
procedure GetCommandTypes(List: TStrings);
C++
void __fastcall GetCommandTypes(System::Classes::TStrings* List);
Description
Gets list of supported command types for connection.
This method populates a list with the supported command types for this connection. TDBXCommandTypes provides constant names for the most common command types.