FireDAC.Phys.MongoDBWrapper.TMongoCommand.Create

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

constructor Create(AEnv: TMongoEnv; AOwningObj: TObject); overload;
constructor Create(AEnv: TMongoEnv); overload;

C++

__fastcall TMongoCommand(TMongoEnv* AEnv, System::TObject* AOwningObj)/* overload */;
__fastcall TMongoCommand(TMongoEnv* AEnv)/* overload */;
/* TMongoQuery.Create */ inline __fastcall TMongoCommand(TMongoEnv* AEnv, System::TObject* AOwningObj, TMongoQuery::_di_TGetCursor AGetCursor)/* overload */ : TMongoQuery(AEnv, AOwningObj, AGetCursor) { }
/* TMongoQuery.Create */ inline __fastcall TMongoCommand(TMongoEnv* AEnv, System::TObject* AOwningObj, TMongoQuery::_di_TGetCount AGetCount)/* overload */ : TMongoQuery(AEnv, AOwningObj, AGetCount) { }

Properties

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

Description

Creates an instance of TMongoCommand.

Create receives the following parameters:

  • AEnv is the environment for the command builder.
  • AOwningObj is the owner of the command builder.

See Also