FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Project
Delphi
function Project(const AJSON: String = ''): TProjection;
C++
TProjection* __fastcall Project(const System::UnicodeString AJSON = System::UnicodeString());
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet | 
|---|---|---|---|---|
| function | public | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp  | 
        FireDAC.Phys.MongoDBWrapper | TMongoPipeline | 
Beschreibung
Gibt eine Referenz auf einen Ausdrucksgenerator für das Pipeline-Stadium project (EN) zurück, das nur angegebene Felder an das nächste Stadium übergibt.
Sie können optional einen JSON-String angeben, der das Pipeline-Stadium "match" definiert.
Siehe auch
- FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Group
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Limit
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Match
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Out
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Redact
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Skip
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Sort
 - FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Unwind