Data.DBXCommon.TDBXReader.GetRow
[–] Properties | |
---|---|
Type: function | |
Visibility: protected | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXReader |
Delphi
function GetRow: TDBXRow;
C++
TDBXRow* __fastcall GetRow();
Description
Returns the active row from the reader.
GetRow returns the active row from the reader as a TDBXRow.