Method GetSqlXml
| Improve this Doc View SourceGetSqlXml(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. |