We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this but it doesn't work: realm.Where(x => x.Group.Name == "Tax");
realm.Where(x => x.Group.Name == "Tax");
The text was updated successfully, but these errors were encountered:
Unfortunately, this is not currently supported by the .NET SDK and is tracked by #806.
Sorry, something went wrong.
No branches or pull requests
Goals
I tried this but it doesn't work:
realm.Where(x => x.Group.Name == "Tax");
Expected Results
Actual Results
Steps to Reproduce
Code Sample
Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: