Collapse image Expand Image Copy image CopyHover image
                




.NET Framework Class Library
IndexedQueryExtensions..::..Join Method
IndexedQueryExtensions Class  See Also 

Overload List

  Name Description
Public method Static member Join<(Of <<'(TOuter, TInner, TKey, TResult>)>>)(IEnumerable<(Of <<'(TOuter>)>>), IIndexedSource<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(TOuter, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TOuter, TInner, TResult>)>>)>)>>))
Correlates the elements of two collections based on matching keys.
Public method Static member Join<(Of <<'(TOuter, TInner, TKey, TResult>)>>)(IIndexedSource<(Of <<'(TOuter>)>>), IIndexedSource<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(TOuter, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TOuter, TInner, TResult>)>>)>)>>))
Correlates the elements of two collections based on matching keys.
Public method Static member Join<(Of <<'(TOuter, TInner, TKey, TResult>)>>)(IIndexedSource<(Of <<'(TOuter>)>>), IEnumerable<(Of <<'(TInner>)>>), Expression<(Of <<'(Func<(Of <<'(TOuter, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TInner, TKey>)>>)>)>>), Expression<(Of <<'(Func<(Of <<'(TOuter, TInner, TResult>)>>)>)>>))
Correlates the elements of two collections based on matching keys.

See Also

IndexedQueryExtensions Class
IndexedQueryExtensions Members
C1.LiveLinq Namespace
Footer image