You are developing an order processing application that uses the ADO.NET Entity
Framework against a SQL Server database. The application has a method that returns
orders filtered by date.
The Order class is shown below.
You must filter the data on the SQL server before it is returned to the application server.
You need to return orders more recent than the entered date.
Which code segment should you use?
A.
Option A
B.
Option B
C.
Option C
D.
Option D