dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleCursor Class / FetchSize Property

In This Topic
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
 

Property Value

The required size of the OracleDataReader internal cache to store result set data.
See Also