1 question
2
votes
1
answer
155
views
SqlQuery result : Microsoft.Data.SqlClient.SqlException: 'Invalid column name : 'Value'.'
I have this EF Core query on a SQL Server database to get the database collation (code from Copilot):
var collation = dbContext.Database.SqlQuery<string>($"SELECT collation_name FROM sys....