DataReader.BufferSize Property

Definition

Gets or sets the buffer size used when reading information from the data store.

public:
 property int BufferSize { int get(); void set(int value); };
public int BufferSize { get; set; }
member this.BufferSize : int with get, set
Public Property BufferSize As Integer

Property Value

The buffer size.

Exceptions

The value does not fall within the valid range.

Remarks

The value must be greater than 100 and less than 10,000.

Applies to