Initializes a new instance of the QueryOptions class
Namespace: Breeze.Sharp
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax
public QueryOptions( Nullable<FetchStrategy> fetchStrategy, Nullable<MergeStrategy> mergeStrategy )
Parameters
- fetchStrategy
- Type: SystemNullableFetchStrategy
- mergeStrategy
- Type: SystemNullableMergeStrategy
See Also