OptimizedPersistableIsPersistent 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 public bool IsPersistent { get; }
Public ReadOnly Property IsPersistent As Boolean
Get
public:
virtual property bool IsPersistent {
bool get () sealed;
}
abstract IsPersistent : bool with get
override IsPersistent : bool with get
Property Value
Type:
BooleanImplements
IOptimizedPersistableIsPersistentSee Also