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