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

Add support for new IQueryable functions that Marten supports #25

Open
baronfel opened this issue Sep 4, 2018 · 0 comments
Open

Add support for new IQueryable functions that Marten supports #25

baronfel opened this issue Sep 4, 2018 · 0 comments

Comments

@baronfel
Copy link
Collaborator

baronfel commented Sep 4, 2018

  • Min: Async/Task/TaskCt
  • Max: Async/Task/TaskCt
  • Average: Average/Async/Task/TaskCt
  • Sum: Sum/Async/Task/TaskCt
  • SelectMany: SelectMany
  • Distinct: Distinct
  • MatchesSql: MatchesSql (maybe make a function that takes the query sql and any parameters as separate arguments?)

In addition, we probably want to open the various object-extension namespaces in Marten:

  • Marten.Linq.MatchesSql
  • Marten.Linq.SoftDeletes
  • Marten.Linq.LastModified

in order to make it simpler on callers to use the extensions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant