FetchSize Property (OracleCursor)
In This Topic
Gets or sets the required size of the
OracleDataReader internal cache to store result set data. The default value is 131072.
Syntax
'Declaration
Public Property FetchSize As Integer
public int FetchSize {get; set;}
Property Value
The required size of the
OracleDataReader internal cache to store result set data.
See Also