Firebird ADO.NET Provider 1.7 API Documentation

FbConnectionStringBuilder.FetchSize Property

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

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