FireDAC.Stan.Option.TFDMapRules

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

System.Classes.TCollectionSystem.Classes.TPersistentSystem.TObjectTFDMapRules

Delphi

TFDMapRules = class(TCollection)

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
class public
FireDAC.Stan.Option.pas
FireDAC.Stan.Option.hpp
FireDAC.Stan.Option FireDAC.Stan.Option

Beschreibung

TFDMapRules ist eine Sammlung von TFDMapRule-Objekten.

TFDMapRules ist eine Liste mit Regeln für die Datentypzuordnung. Ein einzelnes TFDMapRule-Objekt repräsentiert eine einzige Zuordnungsregel.

Eine Sammlung mit Zuordnungsregeln wird von TFDFormatOptions.MapRules verwendet.

Siehe auch