Click or drag to resize

LinqExtensionsPreload Method

Overload List
  NameDescription
Public methodStatic memberPreloadTSource(IEnumerableTSource)
Preloads the full object state for all objects in source.
Public methodStatic memberPreloadTSource(IEnumerableTSource, ILazyProperty)
Preloads the value of the specified lazy property for the objects in the sequence.
Public methodStatic memberPreloadTSource, TResult(IEnumerableTSource, ExpressionFuncTSource, TResult)
Preloads the full object state for all objects returned by applying the expression to each element in source. This is still a research method, which will be renamed later to .Preload().
Top
See Also