FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.Provider

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
Unit: FireDAC.Comp.BatchMove.DataSet
Parent: TFDBatchMoveDataSetDriver

Delphi

property Provider: IProviderSupportNG read GetProvider;

C++

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

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