FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.Snapshot

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Snapshot: Boolean read FSnapshot write FSnapshot default False;

C++

__property bool Snapshot = {read=FSnapshot, write=FSnapshot, default=0};

Properties

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

Description

Forces the query to use the index on the _id field.

For more information, see MongoDB documentation.

See Also