Click or drag to resize

IOptimizedPersistablePersistMyReferences Method

Persists references from this object

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
void PersistMyReferences(
	SessionBase session,
	bool inFlush
)

Parameters

session
Type: VelocityDb.SessionSessionBase
The session managing this object
inFlush
Type: SystemBoolean
are we in a page flush
See Also