IDataAttributeIsPersistent Property |
Gets a value indicating whether this attribute is persistent.
Only persistent attributes support track changes.
Namespace:
Aloe.SystemFrameworks.Domain
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxbool IsPersistent { get; }
ReadOnly Property IsPersistent As Boolean
Get
property bool IsPersistent {
bool get ();
}
abstract IsPersistent : bool with get
Property Value
Type:
Booleantrue if this instance is persistent; otherwise,
false.
See Also