C# Programming/Keywords/into
Appearance
The join
, in
, on
, equals
, and sometimes into
contextual keywords are used to relate items in two different data sources by a common attribute in a query. Specifically, the optional into
keyword can be used to specify a new identifier name for a returned key, e.g., 'into
newIdentifier'.
C# Keywords | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Special C# Identifiers (Contextual Keywords) | |||||||||||||||
| |||||||||||||||
Contextual Keywords (Used in Queries) | |||||||||||||||
|