BinaryStreamWrapperPosition Property

Gets or sets the current position for the stream.

Definition

Namespace: SnapDB.IO
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override long Position { get; set; }

Property Value

Int64

Remarks

It is important to use this to get or set the position from the underlying stream since this class buffers the results of the query. Setting this field does not guarantee that the underlying stream will get set. Call FlushToUnderlyingStream to accomplish this.

See Also