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