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