FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetReader
Delphi
TFDBatchMoveDataSetReader = class(TFDBatchMoveDataSetDriver, IFDBatchMoveReader)
C++
class PASCALIMPLEMENTATION TFDBatchMoveDataSetReader : 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
TFDBatchMoveDataSetReader is used to define a source dataset.
Use TFDBatchMoveDataSetReader to define the source dataset from which to load information using TFDBatchMove.
Set the DataSet property to select the dataset. Choose the TFDBatchMoveDataSetReader as the Reader 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 reading speed.
See Also
- FireDAC.TFDBatchMove Sample
- FireDAC.Comp.BatchMove.TFDBatchMove
- FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextReader
- FireDAC.Comp.BatchMove.Text.TFDBatchMoveTextWriter
- FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetWriter
- FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLReader
- FireDAC.Comp.BatchMove.SQL.TFDBatchMoveSQLWriter