FireDAC.Stan.Option.TFDFormatOptions.MapRules

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property MapRules: TFDMapRules read GetMapRules write SetMapRules  stored IsMRS;

C++

__property TFDMapRules* MapRules = {read=GetMapRules, write=SetMapRules, stored=IsMRS};

Properties

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

Description

Controls the data type mapping.

Use the MapRules property to set up the data type mapping schema. By default, MapRules is empty.  For more details, read Data Type Mapping.

The MapRules are used by FireDAC when OwnMapRules is True.

See Also