FireDAC.Phys.MongoDBWrapper.TMongoQuery.TOptions.Snapshot

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Snapshot: Boolean read FSnapshot write FSnapshot default False;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper TOptions


Beschreibung

Zwingt die Abfrage dazu, den Index im _id-Feld zu verwenden.

Weitere Informationen finden Sie in der MongoDB-Dokumentation (EN).

Siehe auch