EntityQueryTExpand Method (String) Breeze.sharp
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(
	string path
)

Parameters

path
Type: SystemString

Return Value

Type: EntityQueryT
See Also

Reference