FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEnv: TMongoEnv; AOwningObj: TObject; const AGetCursor: TGetCursor); overload;
constructor Create(AEnv: TMongoEnv); overload;

C++

__fastcall TMongoPipeline(TMongoEnv* AEnv, System::TObject* AOwningObj, const _di_TGetCursor AGetCursor)/* overload */;
__fastcall TMongoPipeline(TMongoEnv* AEnv)/* overload */;

Properties

Type Visibility Source Unit Parent
constructor public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TMongoPipeline

Description

Creates an instance of TMongoPipeline that uses the specified MongoDB environment.

If you are subclassing TMongoPipeline, you may optionally use the following parameters in addition to AEnv:

See Also