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

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

TFDBatchMoveDataSetWriter is used to define a destination dataset.

Use TFDBatchMoveDataSetWriter to define the destination dataset where to save the data using TFDBatchMove.

Set the DataSet property of TFDBatchMoveDataSetWriter to select the dataset. Choose the TFDBatchMoveDataSetWriter as the Writer property of the TFDBatchMove.

Set the Optimise property to False to allow the dataset content to be visualized using a TDBGrid component. The Optimise property is set to True by default to setup the dataset for optimal writing speed.

Note: Depending on a DBMS, some adjustments may be required:

See Also