Data.DBXCommon.TDBXCommand.GetNextReader

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXCommand

Delphi

function  GetNextReader: TDBXReader; virtual;

C++

virtual TDBXReader* __fastcall GetNextReader();

Description

Gets next instance of TDBXReader

For commands that return more then one reader, this method gets the next instance of TDBXReader. If there are no more TDBXReader instances, it returns nil.

See Also