FetchSize

This property specifies the total memory size, in bytes, that the provider allocates to cache data fetched in one database round-trip. Default value is 131072.

Declaration

// C#
public static int FetchSize { get; set; }

Property Type

System.Int32