Skip to content

Instantly share code, notes, and snippets.

@DmitrySikorsky
Last active October 5, 2018 15:47
Show Gist options
  • Save DmitrySikorsky/471e786021ccb47acc14f8d31f65e16f to your computer and use it in GitHub Desktop.
Save DmitrySikorsky/471e786021ccb47acc14f8d31f65e16f to your computer and use it in GitHub Desktop.
dbContext.CountByRawSql("SELECT COUNT(*) FROM YourTable WHERE X = @X", new KeyValuePair<string, object>("@X", 5));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment