FireDAC.Comp.BatchMove.DataSet.TFDBatchMoveDataSetReader
Delphi
TFDBatchMoveDataSetReader = class(TFDBatchMoveDataSetDriver, IFDBatchMoveReader)
C++
class PASCALIMPLEMENTATION TFDBatchMoveDataSetReader : public TFDBatchMoveDataSetDriver
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
class | public | FireDAC.Comp.BatchMove.DataSet.pas FireDAC.Comp.BatchMove.DataSet.hpp |
FireDAC.Comp.BatchMove.DataSet | FireDAC.Comp.BatchMove.DataSet |
説明
TFDBatchMoveDataSetReader は、移動元データセットを定義するために使用されます。
TFDBatchMoveDataSetReader を使用して、TFDBatchMove を使って情報を読み込む元のデータセットを定義します。
DataSet プロパティを設定してデータセットを選択します。この TFDBatchMoveDataSetReader を TFDBatchMove の Reader プロパティに選択します。
Optimise プロパティを False
に設定すると、TDBGrid コンポーネントを使ってデータセットの内容をビジュアルに表示することができます。Optimise プロパティはデフォルトで True
に設定されていて、読み取り速度が最適になるようデータセットがセットアップされます。
関連項目
- TFDBatchMove サンプル
- 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