API:FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter

From RAD Studio API Documentation

TFDBatchMoveDataSetWriterFireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetDriverFireDAC.Comp.BatchMove.TFDBatchMoveDriverFireDAC.Stan.Intf.TFDComponentSystem.Classes.TComponentSystem.Classes.TPersistent

Delphi

TFDBatchMoveDataSetWriter = class(TFDBatchMoveDataSetDriver, IFDBatchMoveWriter)

C++

class PASCALIMPLEMENTATION TFDBatchMoveDataSetWriter : public TFDBatchMoveDataSetDriver

Properties

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

Description

A base class implementing a batch move driver for transferring data between a TDataSet and another data source or destination. 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