FireDAC.Phys.MongoDBWrapper.TMongoQuery.Open

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Open: IMongoCursor;

C++

_di_IMongoCursor __fastcall Open();

Properties

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

Description

Explicitly executes this query and returns a cursor.

When using this method, consider the following:

See Also