Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
155 views

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....
Eric Ouellet's user avatar