IDataReader.UnconsumedBufferLength Property

Definition

Gets the size of the buffer that has not been read.

public:
 property unsigned int UnconsumedBufferLength { unsigned int get(); };
uint32_t UnconsumedBufferLength();
public uint UnconsumedBufferLength { get; }
var uInt32 = iDataReader.unconsumedBufferLength;
Public ReadOnly Property UnconsumedBufferLength As UInteger

Property Value

UInt32

unsigned int

uint32_t

The size of the buffer that has not been read, in bytes.

Applies to