C#C
C#2y ago
Indeed

SQL EFCore

Hi!
What's current way to query db for data using raw sql? Im used to doing it this way from Doctrinedb and php

Something like
MyModel[] x = query("SELECT ...");

Rather than using an orm
Was this page helpful?