Click or drag to resize

CalculatedDataAttributeIsBlob Property

Gets a value indicating whether this attribute data is BLOB.

Namespace:  Aloe.SystemFrameworks.Domain
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public bool IsBlob { get; }

Property Value

Type: Boolean
true if this instance is BLOB; otherwise, false.

Implements

IDataAttributeIsBlob
See Also