FireDAC.Comp.DataSet.TFDDataSet.FetchNext
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: FireDAC.Comp.DataSet.pas FireDAC.Comp.DataSet.hpp
| |
| Unit: FireDAC.Comp.DataSet | |
| Parent: TFDDataSet | |
Delphi
function FetchNext: Integer;
C++
int __fastcall FetchNext();
Description
A shortcut to the GetNextPacket method.
Use the FetchNext method to fetch the next rowset from the DBMS. See the GetNextPacket method description for more details.