Click or drag to resize

EntityBaseOnMultiEntityLazyLoading Method

Called when a multi-entity lazy loading action is performed. Use this method to track down lazy loading actions in your code if you want to monitor them closely, e.g. when migrating to Adapter.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected virtual void OnMultiEntityLazyLoading(
	string navigator
)

Parameters

navigator
Type: SystemString
The navigator for which lazy loading is performed
See Also