CursorBufferSize Property
CursorBufferSize
The cursor buffer size (measured in the number of rows).
Only positive values are allowed.
Defaults to 4096
.
Declaration
public int CursorBufferSize { get; set; }
Property Value
Remarks
When a statement is submitted for execution, a Sql
The default value is expected to work well for most workloads. A bigger buffer size may give you a slight performance boost for queries with large result sets at the cost of increased memory consumption.