FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.Collection

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Collection: TMongoCollection read GetCollection;

C++

__property Firedac::Phys::Mongodbwrapper::TMongoCollection* Collection = {read=GetCollection};

Eigenschaften

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


Beschreibung

Gibt das referenzierte MongoDB-Sammlungsobjekt zurück.

Die Eigenschaft Collection referenziert das MongoDB-Sammlungsobjekt, das von DatabaseName und CollectionName angegeben wird.

Siehe auch