Overload List
Name | Description | |
---|---|---|
GroupJoin<(Of <<'(TInner, TKey, TResult>)>>)(ObservableCollection<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, GroupView<(Of <<'(TKey, TInner>)>>), TResult>)>>)>)>>)) |
Correlates the elements of this view and a collection based on equality of keys and groups the results.
|
|
GroupJoin<(Of <<'(TInner, TKey, TResult>)>>)(IObservableSource<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(T, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(T, GroupView<(Of <<'(TKey, TInner>)>>), TResult>)>>)>)>>)) |
Correlates the elements of two views based on equality of keys and groups the results.
|