Show / Hide Table of Contents

Method CreateSqlXml

| Improve this Doc View Source

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

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