FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.Provider

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Provider: IProviderSupportNG read GetProvider;

C++

__property Data::Db::_di_IProviderSupportNG Provider = {read=GetProvider};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
FireDAC.Comp.BatchMove.DataSet TFDBatchMoveDataSetDriver

Description

Use the Provider property to get the reference to the dataset IProviderSupportNG interface.

After assigning the DataSet property value, the Provider property value is automatically accessible if the dataset supports the IProviderSupportNG interface.

TFDBatchMoveDataSetDriver uses the IProviderSupportNG interface to control transactions, to obtain the source dataset indexes list and the DB table name.

See Also