EntityBase.PerformSingleEntityLazyLoading<TEntity> Method (String, Boolean, Boolean, Func<TEntity, Boolean>) |
Performs a single entity lazy loading action. Non-inheritance variant
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 TEntity PerformSingleEntityLazyLoading<TEntity>(
string navigator,
bool forceFetch,
bool returnNewIfNotFound,
Func<TEntity, bool> fetchFunc
)
where TEntity : EntityBase
Protected Function PerformSingleEntityLazyLoading(Of TEntity As EntityBase) (
navigator As String,
forceFetch As Boolean,
returnNewIfNotFound As Boolean,
fetchFunc As Func(Of TEntity, Boolean)
) As TEntity
Parameters
- navigator
- Type: System.String
- forceFetch
- Type: System.Boolean
- returnNewIfNotFound
- Type: System.Boolean
- fetchFunc
- Type: System.Func<TEntity, Boolean>
fetches the passed in entity
Type Parameters
- TEntity
Return Value
Type:
TEntitySee Also