Created
September 19, 2014 06:37
-
-
Save hoangitk/f7c6d166f4b0c24274f1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this.session.Query<Notice>().Where( n => | |
this.session.Query<User>().Any(u => u.UserId == "007" | |
&& !u.DismissedNotices.Contains(n) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment