C1.LiveLinq Namespace > IndexedQueryExtensions Class : GroupJoin<TOuter,TInner,TKey,TResult> Method |
'Declaration
Public Shared Function GroupJoin (Of TOuter,TInner,TKey,TResult)( _ ByVal outer As IIndexedSource(Of TOuter), _ ByVal inner As System.Collections.Generic.IEnumerable(Of TInner), _ ByVal outerKeySelector As System.Linq.Expressions.Expression(Of Func(Of TOuter,TKey)), _ ByVal innerKeySelector As System.Linq.Expressions.Expression(Of Func(Of TInner,TKey)), _ ByVal resultSelector As System.Linq.Expressions.Expression(Of Func(Of TOuter,IEnumerable(Of TInner),TResult)) _ ) As IIndexedSource(Of TResult)
public static IIndexedSource<TResult> GroupJoin<TOuter,TInner,TKey,TResult>( IIndexedSource<TOuter> outer, System.Collections.Generic.IEnumerable<TInner> inner, System.Linq.Expressions.Expression<Func<TOuter,TKey>> outerKeySelector, System.Linq.Expressions.Expression<Func<TInner,TKey>> innerKeySelector, System.Linq.Expressions.Expression<Func<TOuter,IEnumerable<TInner>,TResult>> resultSelector )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2