Table of Contents

TBlob.IsNull Property

Gets or sets whether the blob is empty (contains no data).

Remarks

Reading this property returns True when Size is zero. Setting it to True clears the internal byte array and marks the blob as loaded. Setting it to False has no effect.

Syntax

Unit: Aurelius.Types.Blob

property TBlob.IsNull: Boolean

See also