DatabaseCachedVerified Property |
Setting this property to false will trigger a comparison of the cached version of the Database with the on disk version.
Each new transaction also sets this property to false for all cached databases.
You may alternatively use the session API ForceDatabaseCacheValidation() to trigger validation of all cached databases.
Setting it to false when the Database has been updated in the current transaction is ignored.
Namespace:
VelocityDb
Assembly:
VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax public bool CachedVerified { get; set; }
Public Property CachedVerified As Boolean
Get
Set
public:
property bool CachedVerified {
bool get ();
void set (bool value);
}
member CachedVerified : bool with get, set
Property Value
Type:
BooleanSee Also