IOptimizedPersistableIsPersistent Property |
Gets the persistent state of an object. An object is considered persistent when it has an
Oid, that is the
Id is not 0
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax bool IsPersistent { get; }
ReadOnly Property IsPersistent As Boolean
Get
property bool IsPersistent {
bool get ();
}
abstract IsPersistent : bool with get
Property Value
Type:
BooleanSee Also