Operator Implicit
| Improve this Doc View SourceImplicit(SqlXml to _SqlXml)
Converts the supplied System.Data.SqlTypes.SqlXml to _SqlXml expression.
Declaration
public static implicit operator _SqlXml(SqlXml x)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Data.SqlTypes.SqlXml | x | A System.Data.SqlTypes.SqlXml value. |
Returns
| Type | Description |
|---|---|
| _SqlXml | A new _SqlXml expression from the provided value. |