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