API:FireDAC.Comp.Client.TFDCommand.UpdateOptions

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: published
Source:
FireDAC.Comp.Client.pas
FireDAC.Comp.Client.hpp
Unit: FireDAC.Comp.Client
Parent: TFDCommand

Delphi

property UpdateOptions;

C++

__property UpdateOptions;

Description

The set of options to control the updates' posting.

FireDAC.Comp.Client.TFDCommand.UpdateOptions inherits from FireDAC.Comp.Client.TFDCustomCommand.UpdateOptions. All content below this line refers to FireDAC.Comp.Client.TFDCustomCommand.UpdateOptions.

The set of options to control the updates' posting.

The UpdateOptions property represents the set of properties, controlling the posting of updates. These properties inherit the values from UpdateOptions of a connection object.

See Also