EntityQueryTExpand Method Breeze.sharp
Overload List

  Name Description
Public method ExpandTTarget(ExpressionFuncT, TTarget)
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'.
Public method Expand(String)
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'.
Top
See Also

Reference