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>
Copyright © Catalyst Fire 2014