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