Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Join #18

Open
isc30 opened this issue Mar 1, 2018 · 0 comments
Open

Join #18

isc30 opened this issue Mar 1, 2018 · 0 comments

Comments

@isc30
Copy link
Owner

isc30 commented Mar 1, 2018

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

@isc30 isc30 created this issue from a note in v1.0 - First basic version (To Do) Mar 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant