AwaitQueryOptionsWithPreserveOrder Method |
Returns new options with the given Boolean indicating whether or
not the results should be returned in the order of the source.
Namespace:
MoreLinq.Experimental
Assembly:
MoreLinq (in MoreLinq.dll) Version: 3.3.1+b77df70598ab84c28cd43dcf74594024b6d575e1
Syntax public AwaitQueryOptions WithPreserveOrder(
bool value
)
Public Function WithPreserveOrder (
value As Boolean
) As AwaitQueryOptions
public:
AwaitQueryOptions^ WithPreserveOrder(
bool value
)
member WithPreserveOrder :
value : bool -> AwaitQueryOptions
Parameters
- value
- Type: SystemBoolean
A Boolean where true means results are in source order and
false means that results can be delivered in order of
efficiency.
Return Value
Type:
AwaitQueryOptionsOptions with the new setting.
See Also