Click or drag to resize

SessionBaseLoadFields Method

Loads all field values of an object if they are not already loaded.

Namespace:  VelocityDb.Session
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public void LoadFields(
	IOptimizedPersistable pObj,
	int depth = 2147483647
)

Parameters

pObj
Type: VelocityDbIOptimizedPersistable
Persistent object for which to load field values.
depth (Optional)
Type: SystemInt32
Set this if you want to limit the depth of the graph loaded by this open.
See Also