Data.DBXCommon.TDBXReader.Reset

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: TDBXReader

Delphi

function Reset: Boolean; virtual;

C++

virtual bool __fastcall Reset();

Description

Position reader before first row.

Reset positions the reader before the first row. It returns true if this operation is supported, and the reader can complete the operation. Some readers may only be able to support this operation for small row sets.