API:FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistentTFDBatchMoveDataSetWriter
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Comp.BatchMove.DataSet.pas
FireDAC.Comp.BatchMove.DataSet.hpp
Unit: FireDAC.Comp.BatchMove.DataSet
Parent: FireDAC.Comp.BatchMove.DataSet

Delphi

TFDBatchMoveDataSetWriter = class(TFDBatchMoveDataSetDriver, IFDBatchMoveWriter)

C++

class PASCALIMPLEMENTATION TFDBatchMoveDataSetWriter : public TFDBatchMoveDataSetDriver

Description

A base class implementing a batch move driver for transferring data between a TDataSet and another data source or destination.

FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter inherits from FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver. All content below this line refers to FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriver.


A base class implementing a batch move driver for transferring data between a TDataSet and another data source or destination.

t provides functionality for reading from or writing to a TDataSet during a batch move operation.


See Also