FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TProjection.Exp

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function Exp(const AField, AExpression: String): TProjection;

C++

TMongoPipeline::TProjection* __fastcall Exp(const System::UnicodeString AField, const System::UnicodeString AExpression);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TProjection


Beschreibung

Fügt das berechnete Attribut AField dem Projektions-Stadium hinzu, und gibt eine Referenz auf dieses Projektions-Stadium zurück.

Mit dieser Methode fügen Sie das berechnete Attribut AField dem Projektions-Stadium hinzu. Das AField-Attribut wird mit dem JSON-Ausdruck AExpression berechnet.

Siehe auch