Show / Hide Table of Contents

Operator Implicit

| Improve this Doc View Source

Implicit(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.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest