OptimizedPersistableIsUpdated Property |
Gets the updated state of the object
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic virtual bool IsUpdated { get; set; }
Public Overridable Property IsUpdated As Boolean
Get
Set
public:
virtual property bool IsUpdated {
bool get ();
void set (bool value);
}
abstract IsUpdated : bool with get, set
override IsUpdated : bool with get, set
Property Value
Type:
Booleantrue if updated; otherwise false
Implements
IOptimizedPersistableIsUpdated
See Also