C# Programming/Keywords/into
Appearance
From Wikibooks, open books for an open world
The latest reviewed version was checked on 23 January 2019. There are template/file changes awaiting review.
C# Programming
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
Cover | Introduction | Basics | Classes | Advanced Topics | The .NET Framework | Index
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) |