API:FireDAC.Phys.MongoDBWrapper.TMongoCommand.Command

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Command(const AArgs: array of const): TMongoCommand; overload;
function Command(const AJSON: String): TMongoCommand; overload;

C++

TMongoCommand* __fastcall Command(System::TVarRec const *AArgs, const int AArgs_High)/* overload */;
TMongoCommand* __fastcall Command(const System::UnicodeString AJSON)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!