BinaryStreamWrapperPosition Property
Gets or sets the current position for the stream.
Namespace: SnapDB.IOAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override long Position { get; set; }
Public Overrides Property Position As Long
Get
Set
public:
virtual property long long Position {
long long get () override;
void set (long long value) override;
}
function get_Position();
function set_Position(value);
Property Value
Int64
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.