Click or drag to resize

SessionBaseFlushPageOf Method

By calling this you force a persisted (has an Id) object to be written to disk (if updated) and indices (if any) to be updated. Other objects on the same page page will also be written.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void FlushPageOf(
	OptimizedPersistable pObj
)

Parameters

pObj
Type: VelocityDbOptimizedPersistable
An object indicating what Page to flush
See Also