FetchSize Property (PgSqlCommand)
Gets or sets the number of rows that will be transferred across the network at a time if
FetchAll is set to
false.
public int FetchSize {get; set;}
'Declaration
Public Property FetchSize As Integer
Property Value
The number of rows that will be transferred across the network at a time. The default value is 0.