Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnectionStringBuilder.FetchSize Property

Indicates the number of rows that will be fetched at the same time on Read calls into the internal row buffer.

[Visual Basic]
Public Property FetchSize As Integer
[C#]
public int FetchSize {get; set;}

Property Value

The maximun number of rows to be fetched in a single call to Read into the internal row buffer.

See Also

FbConnectionStringBuilder Class | FirebirdSql.Data.Firebird Namespace