FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.Explain

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Explain: Boolean read FExplain write FExplain default False;

C++

__property bool Explain = {read=FExplain, write=FExplain, default=0};

Properties

Type Visibility Source Unit Parent
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TOptions

Description

Specifies whether to report on the query execution plans.

Use this property to specify whether to return a document that describes the process and indexes used to return the query. For more information, see MongoDB documentation.

See Also