Click or drag to resize

TypeVersionPersistRefences Method

Persists references from an object

Namespace:  VelocityDb.TypeInfo
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void PersistRefences(
	Object obj,
	PageInfo pageInfo,
	IOptimizedPersistable owner,
	SessionBase session,
	bool inFlush
)

Parameters

obj
Type: SystemObject
Object for which we want to persist all references
pageInfo
Type: VelocityDbPageInfo
PageInfo for page containing the object for which we are persisting references
owner
Type: VelocityDbIOptimizedPersistable
Owner object of the object
session
Type: VelocityDb.SessionSessionBase
Session managing the object
inFlush
Type: SystemBoolean
Are we currently within a page flush
See Also