LinqExtensionsPreload Method |
| Name | Description | |
|---|---|---|
| PreloadTSource(IEnumerableTSource) |
Preloads the full object state for all objects in source.
| |
| PreloadTSource(IEnumerableTSource, ILazyProperty) |
Preloads the value of the specified lazy property for the objects in the sequence.
| |
| PreloadTSource, 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().
|