Returns a new query that will return related entities nested within its results.
The Expand method allows you to identify related entities, via navigation property names such
that a graph of entities may be retrieved with a single request. Any filtering occurs before
the results are 'expanded'.
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public EntityQuery<T> Expand<TTarget>( Expression<Func<T, TTarget>> navigationPropertyFn )
Parameters
- navigationPropertyFn
- Type: System.Linq.ExpressionsExpressionFuncT, TTarget
Type Parameters
- TTarget
Return Value
Type: EntityQueryTSee Also