public DbSet<Customer> Customers { get; set; } public DbSet<Project> Projects ... It's almost the same but there's TOP(1) after SELECT.
確定! 回上一頁