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.8.0.0 (5.8.21.0111)
Syntax protected virtual void OnMultiEntityLazyLoading(
string navigator
)
Protected Overridable Sub OnMultiEntityLazyLoading (
navigator As String
)
Parameters
- navigator
- Type: SystemString
The navigator for which lazy loading is performed
See Also