FireDAC.Phys.MongoDBWrapper.TMongoPipeline.Project

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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