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