Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
Compound from « LINQ « C# / C Sharp
C# / C Sharp
LINQ
Compound from
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