FetchSize Property (OracleCommand)
In This Topic
Gets or sets the number of rows that will be transferred across the network at a time.
Syntax
'Declaration
Public Property FetchSize As Integer
public int FetchSize {get; set;}
Property Value
The number of rows that will be transferred across the network at the same time. The default value is 0.
See Also