FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TGeoNear.Append

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Append(const AJSON: String): TGeoNear; inline;

C++

TMongoPipeline::TGeoNear* __fastcall Append(const System::UnicodeString AJSON);

Properties

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

Description

Appends the specified JSON construction to this GeoNear stage, and returns a reference to this stage.

See Also