FromSqlInterpolated ($"SELECT * From Authors Where AuthorId = {id}").FirstOrDefault();. Both of these approaches result in the following SQL ...
確定! 回上一頁