EntityQueryExtensionsWithTQuery Method (TQuery, FetchStrategy) Breeze.sharp

[Missing <summary> documentation for "M:Breeze.Sharp.EntityQueryExtensions.With``1(``0,Breeze.Sharp.FetchStrategy)"]

Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public static TQuery With<TQuery>(
	this TQuery query,
	FetchStrategy fetchStrategy
)
where TQuery : EntityQuery

Parameters

query
Type: TQuery
fetchStrategy
Type: Breeze.SharpFetchStrategy

Type Parameters

TQuery

Return Value

Type: TQuery

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also

Reference