FireDAC.Phys.MongoDBWrapper.TMongoCollection.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEnv: TMongoEnv; AOwningObj: TObject; AHandle: Pmongoc_collection_t);

C++

__fastcall TMongoCollection(TMongoEnv* AEnv, System::TObject* AOwningObj, void * AHandle);

Properties

Type Visibility Source Unit Parent
constructor protected
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoCollection

Description

Creates an instance of TMongoCollection.

You cannot create an instance of TMongoCollection directly. Instead, you must use one of the following members of TMongoConnection and TMongoDatabase:

Create receives the following parameters:

See Also