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

In This Topic
    CanWrite Property
    In This Topic
    Gets a value indicating whether the UniBlob object supports writing.
    Syntax
    'Declaration
     
    Public ReadOnly Property CanWrite As Boolean
    public bool CanWrite {get;}

    Property Value

    true if the UniBlob stream can be written; false if a UniBlob is closed, disposed or Null.
    Remarks
    Use this property to determine whether you can write to the instance of UniBlob class.
    See Also