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

In This Topic
    CanRead Property
    In This Topic
    Gets a value indicating whether the UniBlob stream can be read.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanRead As Boolean
    public bool CanRead {get;}

    Property Value

    true if the UniBlob stream supports reading; false if a UniBlob is closed, disposed, or Null.
    Remarks
    Use CanRead property to determine whether UniBlob object supports reading. UniBlob can not be read from if it has Null value.
    See Also