C# Programming/Keywords/where
The where keyword has two different meanings:
- It is used to specify one or more constraints on generic type parameters.
- With LINQ, it is used to query a data source and select or filter elements to return.
| C# Keywords | |||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers (Contextual Keywords) | |||||||||||||||
| |||||||||||||||
| Contextual Keywords (Used in Queries) | |||||||||||||||
|