FireDAC.Stan.Option.TFDMapRules

From RAD Studio API Documentation
Jump to: navigation, search

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDMapRules

Delphi

TFDMapRules = class(TCollection)

C++

class PASCALIMPLEMENTATION TFDMapRules : public System::Classes::TCollection

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option FireDAC.Stan.Option

Description

TFDMapRules is a collection of TFDMapRule objects.

TFDMapRules is a list of data type mapping rules. A single TFDMapRule object represents a single mapping rule. 

A map rules collection is used by TFDFormatOptions.MapRules.

See Also