IOptimizedPersistableIsUpdated Property |
Gets the updated state of the object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax bool IsUpdated { get; set; }
Property IsUpdated As Boolean
Get
Set
property bool IsUpdated {
bool get ();
void set (bool value);
}
abstract IsUpdated : bool with get, set
Property Value
Type:
Booleantrue if updated; otherwise false
See Also