Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Returns the value of the specified column as a Byte.
Public Overrides Function GetByte(ByVal ordinal As Integer) As Byte
public override byte GetByte(int ordinal)
ordinal An ordinal number indicating the column from which the value is obtained. The numbering is zero-based.
The value of the column.
No conversions are performed, so the data retrieved must already be a byte.