DataReader.BufferSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.