Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Generation refers to creating a new sequence of values.
The standard query operator methods that perform generation are listed in the following section.
Methods
Method Name |
Description |
C# Query Expression Syntax |
Visual Basic Query Expression Syntax |
More Information |
|---|---|---|---|---|
DefaultIfEmpty |
Replaces an empty collection with a default valued singleton collection. |
Not applicable. |
Not applicable. |
|
Empty |
Returns an empty collection. |
Not applicable. |
Not applicable. |
|
Range |
Generates a collection that contains a sequence of numbers. |
Not applicable. |
Not applicable. |
|
Repeat |
Generates a collection that contains one repeated value. |
Not applicable. |
Not applicable. |