FromSqlInterpolated 類似於 FromSqlRaw 但允許以防止SQL injection的方式使用字串插值語法。 以下兩個範例來說明差異 var user = "atai"; var posts = context.Posts .
確定! 回上一頁