Given a DB context object named context that has a DbSet<Customer> pro

Jun 3 2021 8:34 AM
Given a DB context object named context that has a DbSet<Customer> property named Customers, which of the following returns a list of Customer objects sorted by last name?

Answers (1)