Select (b => b.Url); ... FromSql("Select * from Blogs WHERE Author = {0}", author).ToListAsync(); ... public DbSet<Blog> Blogs { get; set; }.
確定! 回上一頁