Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created October 19, 2017 00:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcomartin/f70b54ff8f320e73a9e2c7d9926bc46b to your computer and use it in GitHub Desktop.
Save dcomartin/f70b54ff8f320e73a9e2c7d9926bc46b to your computer and use it in GitHub Desktop.
var blogs = context.Blogs
.FromSql("SELECT * FROM Blogs")
.ToList();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment