FireDAC.Stan.Option.TFDBottomUpdateOptions

Delphi
TFDBottomUpdateOptions = class(TFDUpdateOptions)
C++
class PASCALIMPLEMENTATION TFDBottomUpdateOptions : public TFDUpdateOptions
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FireDAC.Stan.Option.pas FireDAC.Stan.Option.hpp |
FireDAC.Stan.Option | FireDAC.Stan.Option |
Description
The set of options for controlling dataset editing and updates posting.
The TFDBottomUpdateOptions class represents the set of properties controlling how FireDAC datasets and DApt Layer adapt interfaces:
- Use database generators and sequences for auto-incrementing fields (AutoIncFields).
- Generate updates posting commands (KeyFields and UpdateTableName).
TFDBottomUpdateOptions is the terminal class in the update options classes hierarchy. The TFDDataSet and DApt Layer adapters use TFDBottomUpdateOptions.