一、EFCore里Select的应用:1)避免查询select*,可指定查询合适的字段varcomment=context.artitles.Select(c=>new{Id=c.Id,Content=c.Content}).
確定! 回上一頁