dotConnect for SugarCRM Documentation
Devart.Data Namespace / SqlShimDataReader Class / GetByte Method / GetByte(Int32) Method
The zero-based column ordinal.

In This Topic
GetByte(Int32) Method
In This Topic
Gets the value of the specified column as a byte.
Syntax
'Declaration
 
Public Overloads Overrides Function GetByte( _
   ByVal ordinal As Integer _
) As Byte
 

Parameters

ordinal
The zero-based column ordinal.

Return Value

The value of the specified column as a byte.
See Also