API:FireDAC.Phys.MongoDBWrapper.TMongoCollection.Command
Delphi
function Command(ACommand: TMongoCommand; AFlags: TMongoQueryFlags = []): IMongoCursor; overload;
function Command(const AJSON: String; AFlags: TMongoQueryFlags = []): IMongoCursor; overload;
C++
_di_IMongoCursor __fastcall Command(TMongoCommand* ACommand, TMongoQueryFlags AFlags = TMongoQueryFlags() )/* overload */;
_di_IMongoCursor __fastcall Command(const System::UnicodeString AJSON, TMongoQueryFlags AFlags = TMongoQueryFlags() )/* overload */;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoCollection |
Description
Embarcadero Technologies does not currently have any additional information.