Click or drag to resize

OptimizedPersistable.PersistMyReferences Method

Persists references from this object

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public virtual void PersistMyReferences(
	SessionBase session,
	bool inFlush
)

Parameters

session
Type: VelocityDb.Session.SessionBase
The session managing this object
inFlush
Type: System.Boolean
are we in a page flush

Implements

IOptimizedPersistable.PersistMyReferences(SessionBase, Boolean)
See Also