StringConcat Structure
This API supports the product infrastructure and is not intended to be used directly from your code.
Concatenates strings when the number of strings is not known beforehand.
Assembly: System.Data.SqlXml (in System.Data.SqlXml.dll)
| Name | Description | |
|---|---|---|
![]() | Delimiter | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the string that delimits concatenated strings. |
| Name | Description | |
|---|---|---|
![]() | Clear() | This API supports the product infrastructure and is not intended to be used directly from your code. Clears the result string. |
![]() | Concat(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Concatenates a new string to the result. |
![]() | Equals(Object^) | Indicates whether this instance and a specified object are equal.(Inherited from ValueType.) |
![]() | GetHashCode() | Returns the hash code for this instance.(Inherited from ValueType.) |
![]() | GetResult() | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the result string. |
![]() | GetType() | |
![]() | ToString() | Returns the fully qualified type name of this instance.(Inherited from ValueType.) |
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

