FireDAC.Phys.MongoDBDataSet.TFDMongoCustomDataSet.Collection
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.