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