With Entity Framework Core removing dbData.Database.SqlQuery I can\'t find a solution to build a raw SQL Query for my full-text search query th
dbData.Database.SqlQuery
I know it's an old question, but maybe it helps someone to call stored procedures without adding DTOs as DbSets.
https://stackoverflow.com/a/62058345/3300944