Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Concatenation refers to the operation of appending one sequence to another.
The following illustration depicts a concatenation operation on two sequences of characters.
.png)
The standard query operator methods that perform concatenation are listed in the following section.
Methods
Method Name |
Description |
C# Query Expression Syntax |
Visual Basic Query Expression Syntax |
More Information |
|---|---|---|---|---|
Concat |
Concatenates two sequences to form one sequence. |
Not applicable. |
Not applicable. |
See Also
Tasks
How to: Combine and Compare String Collections (LINQ)