FireDAC.Comp.Client.TFDCustomMemTable.ProviderEOF

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProviderEOF: Boolean read GetProviderEOF write SetProviderEOF;

C++

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

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
FireDAC.Comp.Client TFDCustomMemTable

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