Property Item
| Improve this Doc View SourceItem[SqlReader]
Gets the value of this column from SqlReader's current row.
Declaration
public SqlXml this[SqlReader reader] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| SqlReader | reader | The SqlReader object. |
Property Value
| Type | Description |
|---|---|
| System.Data.SqlTypes.SqlXml | The value of this column from SqlReader's current row. |