Here is a table Lunchmenu
[MenuID] [int] IDENTITY(1,1) PRIMARY KEY NOT NULL,
[MenuDate] [datetime] NULL,
[MenuItem] [nvarchar](100) NULL,
[ClientId] [int] FOREIGN KEY NULL,
How to select all menu items within a date range for a given client id USING SQL and LINQ