Method CreateSqlXml
| Improve this Doc View SourceCreateSqlXml(String)
Create System.Data.SqlTypes.SqlXml object from string value.
Declaration
public static SqlXml CreateSqlXml(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value | The string value. |
Returns
| Type | Description |
|---|---|
| System.Data.SqlTypes.SqlXml | The created result object. |