Click or drag to resize

PageObjectsLazyLoaded Method

Enumerates all objects on this Page. Object graph loaded up to specified max depth.

Namespace:  VelocityDb
Assembly:  VelocityDb (in VelocityDb.dll) Version: 11.1.0.0 (11.1)
Syntax
public IEnumerable<IOptimizedPersistable> ObjectsLazyLoaded(
	int depthToLoad = 0
)

Parameters

depthToLoad (Optional)
Type: SystemInt32
Max how many levels deep to load each object

Return Value

Type: IEnumerableIOptimizedPersistable
Enumeration of all slots on this Page
See Also