Data.DBXCommon.TDBXMorphicCommand.ExecuteQuery
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXMorphicCommand |
Delphi
function ExecuteQuery: TDBXReader; override;
C++
virtual TDBXReader* __fastcall ExecuteQuery();
Description
Executes a command that returns an instance of TDBXReader.
Data.DBXCommon.TDBXMorphicCommand.ExecuteQuery inherits from Data.DBXCommon.TDBXCommand.ExecuteQuery. All content below this line refers to Data.DBXCommon.TDBXCommand.ExecuteQuery.
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.