dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class / Position Property

In This Topic
Position Property (UniBlob)
In This Topic
Gets the current read position in the UniBlob stream.
Syntax
'Declaration
 
Public Property Position As Long
 

Property Value

The current position within the UniBlob stream.
Remarks
The stream must support seeking to get or set the position. Use the CanSeek property to determine whether the stream supports seeking.
See Also