FromSql
Method and replaced it with the FromSqlRaw
Method.FromSql
method made it confusing for the system to accidentally trigger the raw string method when the developer wanted to call the interpolated string method or vice-versa, which give unsuccessful results.FromSqlRaw
method.