Data.DBXCommon.TDBXCommand.ExecuteQuery
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommand |
Delphi
function ExecuteQuery: TDBXReader; virtual;
C++
virtual TDBXReader* __fastcall ExecuteQuery();
Description
Executes a command that returns an instance of TDBXReader.
This method executes a command that returns an instance of TDBXReader. Use a TDBXReader instance to read database records and data.
Note: As soon as an application is done with a TDBXReader instance, it should call TDBXReader.Free to free resources.