FireDAC.Comp.Client.TFDCustomMemTable.ProviderEOF

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCustomMemTable

Delphi

property ProviderEOF: Boolean read GetProviderEOF write SetProviderEOF;

C++

__property bool ProviderEOF = {read=GetProviderEOF, write=SetProviderEOF, nodefault};

Description

Shortcut for TFDDataSet.SourceEOF.

ProviderEOF is a shortcut for the TFDDataSet.SourceEOF property and allows you to specify whether all rows are fetched from a DB. 

The property is for the TClientDataSet compatibility.

See Also