Open isc30 opened 6 years ago
Correlates the elements of two sequences based on matching keys
Proposed definition:
join<TInner, TKey, TResult>( inner: IQueryable<TInner>, pkSelector: Selector<TOut, TKey>, fkSelector: Selector<TInner, TKey>, resultSelector: ((outer: TOut, inner: TInner) => TResult)): TResult;
Using deferred execution
Correlates the elements of two sequences based on matching keys
Proposed definition:
Using deferred execution