FireDAC.Phys.MongoDBWrapper.TMongoCollection.CommandSimple
Delphi
function CommandSimple(ACommand: TMongoDocument): TMongoDocument; overload;
function CommandSimple(const AJSON: String): TMongoDocument; overload;
C++
TMongoDocument* __fastcall CommandSimple(TMongoDocument* ACommand)/* overload */;
TMongoDocument* __fastcall CommandSimple(const System::UnicodeString AJSON)/* overload */;
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoCollection |
Beschreibung
Führt den angegebenen Datenbankbefehl (EN) für die Sammlung aus und gibt ein Dokument zurück, das die Antwort vom Server enthält.
Sie können den Datenbankbefehl so angeben, dass er entweder als Instanz von TMongoCommand ausgeführt wird, oder als ein String, der einen im JSON-Format definierten Datenbankbefehl (EN) enthält.
Zum Festlegen einer Menge von Abfrage-Flags verwenden Sie Command anstelle von CommandSimple.
Siehe auch
- FireDAC.Phys.MongoDBWrapper.TMongoCollection.Command
- FireDAC.Phys.MongoDBWrapper.TMongoCollection.LastError
- FireDAC.Phys.MongoDBWrapper.TMongoCollection.Validate