SubEntityFetchPlanBuilderTModelWithLazyTProperty Method
Namespace: Ignition.Framework.RepositoriesAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
public SubEntityFetchPlanBuilder<TModel> WithLazy<TProperty>(
Expression<Func<TModel, TProperty>> preloadCollection
)
Public Function WithLazy(Of TProperty) (
preloadCollection As Expression(Of Func(Of TModel, TProperty))
) As SubEntityFetchPlanBuilder(Of TModel)
public:
generic<typename TProperty>
SubEntityFetchPlanBuilder<TModel>^ WithLazy(
Expression<Func<TModel, TProperty>^>^ preloadCollection
)
member WithLazy :
preloadCollection : Expression<Func<'TModel, 'TProperty>> -> SubEntityFetchPlanBuilder<'TModel>
- preloadCollection ExpressionFuncTModel, TProperty
-
- TProperty
SubEntityFetchPlanBuilderTModel