Created
September 26, 2024 21:22
-
-
Save dontpaniclabsgists/c3c5531f0de910668a8893fbd57b68b8 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
StringBuilder query = new StringBuilder($";select * from [DBName].[Businesses] "); | |
var models = db.Businesses.FromSqlRaw(query.ToString()).ToArray(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment