PrefetchRows property

Gets or sets the PrefetchRows connection property. The default value is 200.

Syntax
Visual Basic

Public Property PrefetchRows As Integer
C#

public int PrefetchRows  { get; set; }
See also