Compound from « LINQ « C# / C Sharp






1.Compound from: identifies ordered pairs of integers
2.Compound from: prints all orders whose total is less that 500
3.uses a compound from clause to select all orders where the order was made in 1998 or later.
4.from Assignment: select all orders where the order total is greater than 2000.00
5.Multiple from: filtering on value list can be done before selecting their orders
6.prints the customer number and orderID for every order in the list