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

Ability to Query Across Tenants #768

Closed
jeremydmiller opened this issue May 23, 2017 · 1 comment
Closed

Ability to Query Across Tenants #768

jeremydmiller opened this issue May 23, 2017 · 1 comment

Comments

@jeremydmiller
Copy link
Member

Something like the ability to say "I want to query data from all tenants" and another option to "query data from these tenants"

@jeremydmiller
Copy link
Member Author

jeremydmiller commented May 30, 2017

How about:

session.Query<Target>().Where(x => x.AnyTenant()).ToList();

session.Query<Target>().Where(x => x.TenantIsOneOf("foo", "bar")).ToList();

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

No branches or pull requests

1 participant