Data.DB.IProviderSupport.PSReset

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.DB.pas
Data.DB.hpp
Unit: Data.DB
Parent: IProviderSupport

Delphi

procedure PSReset;

C++

virtual void __fastcall PSReset _DEPRECATED_ATTRIBUTE0 () = 0 ;

Description

Attention: PSReset is deprecated. Please use IProviderSupportNG.

Resets the dataset so that it is positioned on the first record.

The provider calls PSReset to reposition the dataset on the first record before fetching records.

See Also