FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TProjection.FieldEnd

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function FieldEnd: TProjection; inline;

C++

TMongoPipeline::TProjection* __fastcall FieldEnd();

Properties

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

Description

Closes the nested projection stage opened with the FieldBegin method, and returns a reference to this projection stage.

See Also