FireDAC.Stan.Option.TFDFormatOptions.OwnMapRules

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OwnMapRules: Boolean read IsMRS write SetOwnMapRules default False;

C++

__property bool OwnMapRules = {read=IsMRS, write=SetOwnMapRules, default=0};

Properties

Type Visibility Source Unit Parent
property published
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option TFDFormatOptions

Description

Controls the usage of the MapRules property.

Set the OwnMapRules property to True to tell FireDAC to use the MapRules property of this TFDFormatOptions instance.

If OwnMapRules is set to False, then MapRules will be inherited from the parent object (TFDConnection or TFDManager).

By default, OwnMapRules is False.

See Also