Skip to content

Instantly share code, notes, and snippets.

@jonedmiston
Created April 6, 2017 21:01
Show Gist options
  • Save jonedmiston/f38e97c8caa7aaf76d5a7fc3bbc252c1 to your computer and use it in GitHub Desktop.
Save jonedmiston/f38e97c8caa7aaf76d5a7fc3bbc252c1 to your computer and use it in GitHub Desktop.
Filter By Attribute Value
qryGroupMembers = qryGroupMembers.WhereAttributeValue( rockContext, a => a.Attribute.Key == "IsAwesome" && a.ValueAsBoolean == true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment