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

In This Topic
CanSeek Property
In This Topic
Gets a value indicating whether forward and backward seek operations can be performed.
Syntax
'Declaration
 
Public ReadOnly Property CanSeek As Boolean
 

Property Value

true if the UniBlob stream supports seeking; false if a UniBlob is closed, disposed, or Null.
Remarks
Use this property to find out if a UniBlob supports Seek operation. UniBlob does not support seeking if it has Null value as well as if it has been disposed or closed.
See Also