Skip to content

Instantly share code, notes, and snippets.

@CoditCompany
Created November 22, 2017 20:25
Show Gist options
  • Select an option

  • Save CoditCompany/26d72e29dfc048d871e0eee2b9032b65 to your computer and use it in GitHub Desktop.

Select an option

Save CoditCompany/26d72e29dfc048d871e0eee2b9032b65 to your computer and use it in GitHub Desktop.
Query on not-mapped property
dbContext.Messages.Where( m => m.Status == MessageStatus.Ack );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment