The First method results in a SELECT TOP(1) query fetching all columns from the table that maps to the DbSet : var author = context.Authors.First();.
確定! 回上一頁