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
Syntaxpublic bool IsBlob { get; }Public ReadOnly Property IsBlob As Boolean
	Get
public:
virtual property bool IsBlob {
	bool get () sealed;
}abstract IsBlob : bool with get
override IsBlob : bool with get
Property Value
Type: 
Booleantrue if this instance is BLOB; otherwise, 
false.
            
Implements
IDataAttributeIsBlob
See Also