Interactive Extensions
Interactive Extensions
Ix-Main Namespaces
System.Linq
AsyncQueryable Class
AsyncQueryable Methods
Aggregate Method
All Method
Any Method
AsAsyncQueryable(TElement) Method
Average Method
Buffer Method
Cast(TResult) Method
Catch Method
Concat(TSource) Method
Contains Method
Count Method
DefaultIfEmpty Method
Distinct Method
DistinctUntilChanged Method
Do Method
ElementAt Method
ElementAtOrDefault Method
Except Method
Expand(TSource) Method
Finally(TSource) Method
First Method
FirstOrDefault Method
GroupBy Method
GroupJoin Method
IgnoreElements(TSource) Method
Intersect Method
IsEmpty Method
Join Method
Last Method
LastOrDefault Method
LongCount Method
Max Method
MaxBy Method
Min Method
MinBy Method
OfType(TType) Method
OnErrorResumeNext(TSource) Method
OrderBy Method
OrderByDescending Method
Repeat Method
Retry Method
Reverse(TSource) Method
Scan Method
Select Method
SelectMany Method
SequenceEqual Method
Single Method
SingleOrDefault Method
Skip(TSource) Method
SkipLast(TSource) Method
SkipWhile Method
StartWith(TSource) Method
Sum Method
Take(TSource) Method
TakeLast(TSource) Method
TakeWhile Method
ThenBy Method
ThenByDescending Method
ToArray Method
ToDictionary Method
ToList Method
ToLookup Method
Union Method
Where Method
Zip(TFirst, TSecond, TResult) Method
AsyncQueryable Methods
The
AsyncQueryable
type exposes the following members.
Methods
Name
Description
Aggregate
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, TSource, TSource
)
Aggregate
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, TSource, TSource
, CancellationToken)
Aggregate
TSource, TAccumulate
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
)
Aggregate
TSource, TAccumulate
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
, CancellationToken)
Aggregate
TSource, TAccumulate, TResult
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
, Expression
Func
TAccumulate, TResult
)
Aggregate
TSource, TAccumulate, TResult
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
, Expression
Func
TAccumulate, TResult
, CancellationToken)
All
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
All
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
Any
TSource
(IAsyncQueryable
TSource
)
Any
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
Any
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Any
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
AsAsyncQueryable
TElement
Converts the specified asynchronous enumerable sequence to an expression representation.
Average(IAsyncQueryable
Decimal
)
Average(IAsyncQueryable
Double
)
Average(IAsyncQueryable
Int32
)
Average(IAsyncQueryable
Int64
)
Average(IAsyncQueryable
Nullable
Decimal
)
Average(IAsyncQueryable
Nullable
Double
)
Average(IAsyncQueryable
Nullable
Int32
)
Average(IAsyncQueryable
Nullable
Int64
)
Average(IAsyncQueryable
Nullable
Single
)
Average(IAsyncQueryable
Single
)
Average(IAsyncQueryable
Decimal
, CancellationToken)
Average(IAsyncQueryable
Double
, CancellationToken)
Average(IAsyncQueryable
Int32
, CancellationToken)
Average(IAsyncQueryable
Int64
, CancellationToken)
Average(IAsyncQueryable
Nullable
Decimal
, CancellationToken)
Average(IAsyncQueryable
Nullable
Double
, CancellationToken)
Average(IAsyncQueryable
Nullable
Int32
, CancellationToken)
Average(IAsyncQueryable
Nullable
Int64
, CancellationToken)
Average(IAsyncQueryable
Nullable
Single
, CancellationToken)
Average(IAsyncQueryable
Single
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
, CancellationToken)
Average
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
, CancellationToken)
Buffer
TSource
(IAsyncQueryable
TSource
, Int32)
Buffer
TSource
(IAsyncQueryable
TSource
, Int32, Int32)
Cast
TResult
Catch
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
)
Catch
TSource, TException
(IAsyncQueryable
TSource
, Expression
Func
TException, IAsyncEnumerable
TSource
)
Concat
TSource
Contains
TSource
(IAsyncQueryable
TSource
, TSource)
Contains
TSource
(IAsyncQueryable
TSource
, TSource, IEqualityComparer
TSource
)
Contains
TSource
(IAsyncQueryable
TSource
, TSource, CancellationToken)
Contains
TSource
(IAsyncQueryable
TSource
, TSource, IEqualityComparer
TSource
, CancellationToken)
Count
TSource
(IAsyncQueryable
TSource
)
Count
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
Count
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Count
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
DefaultIfEmpty
TSource
(IAsyncQueryable
TSource
)
DefaultIfEmpty
TSource
(IAsyncQueryable
TSource
, TSource)
Distinct
TSource
(IAsyncQueryable
TSource
)
Distinct
TSource
(IAsyncQueryable
TSource
, IEqualityComparer
TSource
)
Distinct
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
Distinct
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
)
DistinctUntilChanged
TSource
(IAsyncQueryable
TSource
)
DistinctUntilChanged
TSource
(IAsyncQueryable
TSource
, IEqualityComparer
TSource
)
DistinctUntilChanged
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
DistinctUntilChanged
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
)
Do
TSource
(IAsyncQueryable
TSource
, IObserver
TSource
)
Do
TSource
(IAsyncQueryable
TSource
, Expression
Action
TSource
)
Do
TSource
(IAsyncQueryable
TSource
, Expression
Action
TSource
, Action)
Do
TSource
(IAsyncQueryable
TSource
, Expression
Action
TSource
, Expression
Action
Exception
)
Do
TSource
(IAsyncQueryable
TSource
, Expression
Action
TSource
, Expression
Action
Exception
, Action)
ElementAt
TSource
(IAsyncQueryable
TSource
, Int32)
ElementAt
TSource
(IAsyncQueryable
TSource
, Int32, CancellationToken)
ElementAtOrDefault
TSource
(IAsyncQueryable
TSource
, Int32)
ElementAtOrDefault
TSource
(IAsyncQueryable
TSource
, Int32, CancellationToken)
Except
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
)
Except
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
, IEqualityComparer
TSource
)
Expand
TSource
Finally
TSource
First
TSource
(IAsyncQueryable
TSource
)
First
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
First
TSource
(IAsyncQueryable
TSource
, CancellationToken)
First
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
FirstOrDefault
TSource
(IAsyncQueryable
TSource
)
FirstOrDefault
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
FirstOrDefault
TSource
(IAsyncQueryable
TSource
, CancellationToken)
FirstOrDefault
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
GroupBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
GroupBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
)
GroupBy
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
)
GroupBy
TSource, TKey, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TKey, IAsyncEnumerable
TSource
, TResult
)
GroupBy
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
)
GroupBy
TSource, TKey, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TKey, IAsyncEnumerable
TSource
, TResult
, IEqualityComparer
TKey
)
GroupBy
TSource, TKey, TElement, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, Expression
Func
TKey, IAsyncEnumerable
TElement
, TResult
)
GroupBy
TSource, TKey, TElement, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, Expression
Func
TKey, IAsyncEnumerable
TElement
, TResult
, IEqualityComparer
TKey
)
GroupJoin
TOuter, TInner, TKey, TResult
(IAsyncQueryable
TOuter
, IAsyncEnumerable
TInner
, Expression
Func
TOuter, TKey
, Expression
Func
TInner, TKey
, Expression
Func
TOuter, IAsyncEnumerable
TInner
, TResult
)
GroupJoin
TOuter, TInner, TKey, TResult
(IAsyncQueryable
TOuter
, IAsyncEnumerable
TInner
, Expression
Func
TOuter, TKey
, Expression
Func
TInner, TKey
, Expression
Func
TOuter, IAsyncEnumerable
TInner
, TResult
, IEqualityComparer
TKey
)
IgnoreElements
TSource
Intersect
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
)
Intersect
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
, IEqualityComparer
TSource
)
IsEmpty
TSource
(IAsyncQueryable
TSource
)
IsEmpty
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Join
TOuter, TInner, TKey, TResult
(IAsyncQueryable
TOuter
, IAsyncEnumerable
TInner
, Expression
Func
TOuter, TKey
, Expression
Func
TInner, TKey
, Expression
Func
TOuter, TInner, TResult
)
Join
TOuter, TInner, TKey, TResult
(IAsyncQueryable
TOuter
, IAsyncEnumerable
TInner
, Expression
Func
TOuter, TKey
, Expression
Func
TInner, TKey
, Expression
Func
TOuter, TInner, TResult
, IEqualityComparer
TKey
)
Last
TSource
(IAsyncQueryable
TSource
)
Last
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
Last
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Last
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
LastOrDefault
TSource
(IAsyncQueryable
TSource
)
LastOrDefault
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
LastOrDefault
TSource
(IAsyncQueryable
TSource
, CancellationToken)
LastOrDefault
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
LongCount
TSource
(IAsyncQueryable
TSource
)
LongCount
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
LongCount
TSource
(IAsyncQueryable
TSource
, CancellationToken)
LongCount
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
Max(IAsyncQueryable
Decimal
)
Max(IAsyncQueryable
Double
)
Max(IAsyncQueryable
Int32
)
Max(IAsyncQueryable
Int64
)
Max(IAsyncQueryable
Nullable
Decimal
)
Max(IAsyncQueryable
Nullable
Double
)
Max(IAsyncQueryable
Nullable
Int32
)
Max(IAsyncQueryable
Nullable
Int64
)
Max(IAsyncQueryable
Nullable
Single
)
Max(IAsyncQueryable
Single
)
Max(IAsyncQueryable
Decimal
, CancellationToken)
Max(IAsyncQueryable
Double
, CancellationToken)
Max(IAsyncQueryable
Int32
, CancellationToken)
Max(IAsyncQueryable
Int64
, CancellationToken)
Max(IAsyncQueryable
Nullable
Decimal
, CancellationToken)
Max(IAsyncQueryable
Nullable
Double
, CancellationToken)
Max(IAsyncQueryable
Nullable
Int32
, CancellationToken)
Max(IAsyncQueryable
Nullable
Int64
, CancellationToken)
Max(IAsyncQueryable
Nullable
Single
, CancellationToken)
Max(IAsyncQueryable
Single
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
)
Max
TSource
(IAsyncQueryable
TSource
, IComparer
TSource
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
)
Max
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, IComparer
TSource
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
, CancellationToken)
Max
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
, CancellationToken)
Max
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TResult
)
Max
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TResult
, CancellationToken)
MaxBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
MaxBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
)
MaxBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, CancellationToken)
MaxBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
, CancellationToken)
Min(IAsyncQueryable
Decimal
)
Min(IAsyncQueryable
Double
)
Min(IAsyncQueryable
Int32
)
Min(IAsyncQueryable
Int64
)
Min(IAsyncQueryable
Nullable
Decimal
)
Min(IAsyncQueryable
Nullable
Double
)
Min(IAsyncQueryable
Nullable
Int32
)
Min(IAsyncQueryable
Nullable
Int64
)
Min(IAsyncQueryable
Nullable
Single
)
Min(IAsyncQueryable
Single
)
Min(IAsyncQueryable
Decimal
, CancellationToken)
Min(IAsyncQueryable
Double
, CancellationToken)
Min(IAsyncQueryable
Int32
, CancellationToken)
Min(IAsyncQueryable
Int64
, CancellationToken)
Min(IAsyncQueryable
Nullable
Decimal
, CancellationToken)
Min(IAsyncQueryable
Nullable
Double
, CancellationToken)
Min(IAsyncQueryable
Nullable
Int32
, CancellationToken)
Min(IAsyncQueryable
Nullable
Int64
, CancellationToken)
Min(IAsyncQueryable
Nullable
Single
, CancellationToken)
Min(IAsyncQueryable
Single
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
)
Min
TSource
(IAsyncQueryable
TSource
, IComparer
TSource
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
)
Min
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, IComparer
TSource
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
, CancellationToken)
Min
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
, CancellationToken)
Min
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TResult
)
Min
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TResult
, CancellationToken)
MinBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
MinBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
)
MinBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, CancellationToken)
MinBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
, CancellationToken)
OfType
TType
OnErrorResumeNext
TSource
OrderBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
OrderBy
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
)
OrderByDescending
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
OrderByDescending
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
)
Repeat
TSource
(IAsyncQueryable
TSource
)
Repeat
TSource
(IAsyncQueryable
TSource
, Int32)
Retry
TSource
(IAsyncQueryable
TSource
)
Retry
TSource
(IAsyncQueryable
TSource
, Int32)
Reverse
TSource
Scan
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, TSource, TSource
)
Scan
TSource, TAccumulate
(IAsyncQueryable
TSource
, TAccumulate, Expression
Func
TAccumulate, TSource, TAccumulate
)
Select
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, TResult
)
Select
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, TResult
)
SelectMany
TSource, TOther
(IAsyncQueryable
TSource
, IAsyncEnumerable
TOther
)
SelectMany
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, IAsyncEnumerable
TResult
)
SelectMany
TSource, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, IAsyncEnumerable
TResult
)
SelectMany
TSource, TCollection, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, IAsyncEnumerable
TCollection
, Expression
Func
TSource, TCollection, TResult
)
SelectMany
TSource, TCollection, TResult
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, IAsyncEnumerable
TCollection
, Expression
Func
TSource, TCollection, TResult
)
SequenceEqual
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
)
SequenceEqual
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
, IEqualityComparer
TSource
)
SequenceEqual
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
, CancellationToken)
SequenceEqual
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
, IEqualityComparer
TSource
, CancellationToken)
Single
TSource
(IAsyncQueryable
TSource
)
Single
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
Single
TSource
(IAsyncQueryable
TSource
, CancellationToken)
Single
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
SingleOrDefault
TSource
(IAsyncQueryable
TSource
)
SingleOrDefault
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
SingleOrDefault
TSource
(IAsyncQueryable
TSource
, CancellationToken)
SingleOrDefault
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
, CancellationToken)
Skip
TSource
SkipLast
TSource
SkipWhile
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
SkipWhile
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, Boolean
)
StartWith
TSource
Sum(IAsyncQueryable
Decimal
)
Sum(IAsyncQueryable
Double
)
Sum(IAsyncQueryable
Int32
)
Sum(IAsyncQueryable
Int64
)
Sum(IAsyncQueryable
Nullable
Decimal
)
Sum(IAsyncQueryable
Nullable
Double
)
Sum(IAsyncQueryable
Nullable
Int32
)
Sum(IAsyncQueryable
Nullable
Int64
)
Sum(IAsyncQueryable
Nullable
Single
)
Sum(IAsyncQueryable
Single
)
Sum(IAsyncQueryable
Decimal
, CancellationToken)
Sum(IAsyncQueryable
Double
, CancellationToken)
Sum(IAsyncQueryable
Int32
, CancellationToken)
Sum(IAsyncQueryable
Int64
, CancellationToken)
Sum(IAsyncQueryable
Nullable
Decimal
, CancellationToken)
Sum(IAsyncQueryable
Nullable
Double
, CancellationToken)
Sum(IAsyncQueryable
Nullable
Int32
, CancellationToken)
Sum(IAsyncQueryable
Nullable
Int64
, CancellationToken)
Sum(IAsyncQueryable
Nullable
Single
, CancellationToken)
Sum(IAsyncQueryable
Single
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Decimal
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Double
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int64
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Decimal
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Double
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int32
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Int64
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Nullable
Single
, CancellationToken)
Sum
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Single
, CancellationToken)
Take
TSource
TakeLast
TSource
TakeWhile
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
TakeWhile
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, Boolean
)
ThenBy
TSource, TKey
(IOrderedAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
ThenBy
TSource, TKey
(IOrderedAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
)
ThenByDescending
TSource, TKey
(IOrderedAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
ThenByDescending
TSource, TKey
(IOrderedAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IComparer
TKey
)
ToArray
TSource
(IAsyncQueryable
TSource
)
ToArray
TSource
(IAsyncQueryable
TSource
, CancellationToken)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, CancellationToken)
ToDictionary
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
, CancellationToken)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, CancellationToken)
ToDictionary
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
, CancellationToken)
ToList
TSource
(IAsyncQueryable
TSource
)
ToList
TSource
(IAsyncQueryable
TSource
, CancellationToken)
ToLookup
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
)
ToLookup
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
)
ToLookup
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, CancellationToken)
ToLookup
TSource, TKey
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, IEqualityComparer
TKey
, CancellationToken)
ToLookup
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
)
ToLookup
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
)
ToLookup
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, CancellationToken)
ToLookup
TSource, TKey, TElement
(IAsyncQueryable
TSource
, Expression
Func
TSource, TKey
, Expression
Func
TSource, TElement
, IEqualityComparer
TKey
, CancellationToken)
Union
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
)
Union
TSource
(IAsyncQueryable
TSource
, IAsyncEnumerable
TSource
, IEqualityComparer
TSource
)
Where
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Boolean
)
Where
TSource
(IAsyncQueryable
TSource
, Expression
Func
TSource, Int32, Boolean
)
Zip
TFirst, TSecond, TResult
Top
See Also
Reference
AsyncQueryable Class
System.Linq Namespace