FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TProjection.Field

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Field(const AField: String): TProjection; inline;

C++

TMongoPipeline::TProjection* __fastcall Field(const System::UnicodeString AField);

Properties

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

Description

Includes the AField attribute into the projection stage, and returns a reference to this projection stage.

See Also