dotConnect Universal Documentation
Devart.Data.Universal Namespace / UniBlob Class / Null Field

In This Topic
    Null Field (UniBlob)
    In This Topic
    Represents a null UniBlob object.
    Syntax
    'Declaration
     
    Public Shared ReadOnly Null As UniBlob
    public static readonly UniBlob Null
    Remarks
    Use field Null to assign to a UniBlob in order to represent a Null value. In this case a BLOB inserted in a field of a table will be Null rather than zero-length byte array.
    See Also