FireDAC.Phys.MongoDBWrapper.TMongoPipeline.TOptions.UseCursor

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UseCursor: Boolean read FUseCursor write FUseCursor default False;

C++

__property bool UseCursor = {read=FUseCursor, write=FUseCursor, 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 enable the cursor usage.

To enable the cursor usage, set the UseCursor property to True.

Note: This property is used with the BatchSize property.


See Also