FireDAC.Phys.MongoDBWrapper.TMongoQuery.Cursor
Delphi
property Cursor: IMongoCursor read GetCursor implements IMongoCursor;
C++
__property _di_IMongoCursor Cursor = {read=GetCursor};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | protected | FireDAC.Phys.MongoDBWrapper.pas FireDAC.Phys.MongoDBWrapper.hpp |
FireDAC.Phys.MongoDBWrapper | TMongoQuery |
Description
Returns a reference to IMongoCursor.
Executes the query and returns a reference to IMongoCursor. This is useful only when the TMongoQuery reference was returned by the Find method.