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