Click or drag to resize

EntityBase.OnMultiEntityLazyLoading 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.10.0.0 (5.10.0)
Syntax
protected virtual void OnMultiEntityLazyLoading(
	string navigator
)

Parameters

navigator
Type: System.String
The navigator for which lazy loading is performed
See Also