Method GetSingle
| Improve this Doc View SourceGetSingle(Int32)
Gets the value of specified column as Single.
Declaration
public virtual float? GetSingle(int ordinal)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | ordinal | The column ordinal. |
Returns
| Type | Description |
|---|---|
| System.Nullable<System.Single> | The value. |