FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.CollectionName

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property CollectionName: String read FCollectionName write SetCollectionName;

C++

__property System::UnicodeString CollectionName = {read=FCollectionName, write=SetCollectionName};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBDataSet.pas
FireDAC.Phys.MongoDBDataSet.hpp
FireDAC.Phys.MongoDBDataSet TFDMongoCustomDataSet


Beschreibung

Gibt den Namen der MongoDB-Sammlung an.


Siehe auch