FireDAC.Phys.MongoDBWrapper.TMongoExpression.End

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function &End: T; inline;

C++

T __fastcall End();

Properties

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

Description

Finishes this stage or operation, and returns the parent object of this expression.

Note: This method provides a support for fluent style coding that aims to provide more readable code.

See Also