QueryOptionsWith Method (FetchStrategy) Breeze.sharp
Returns a new QueryOptions based on this QueryOptions but with the specified FetchStrategy

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

public QueryOptions With(
	FetchStrategy fetchStrategy
)

Parameters

fetchStrategy
Type: Breeze.SharpFetchStrategy

Return Value

Type: QueryOptions
See Also

Reference