Created
October 19, 2017 00:46
-
-
Save dcomartin/f70b54ff8f320e73a9e2c7d9926bc46b 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
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