Show / Hide Table of Contents

Method GetSqlXml

| Improve this Doc View Source

GetSqlXml(Int32)

Retrieves the value of the specified column as System.Data.SqlTypes.SqlXml.

Declaration
public SqlXml GetSqlXml(int ordinal)
Parameters
Type Name Description
System.Int32 ordinal

The zero based column ordinal.

Returns
Type Description
System.Data.SqlTypes.SqlXml

The value of the specified column.

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