Gets the value of the specified column as a byte.
i The zero-based column ordinal.
The value of the specified column as a byte.
No conversions are performed; therefore, the data retrieved must already be a byte.
Call SqlDataReader.IsDBNull(int) to check for null values before calling this method.