dotConnect for PostgreSQL Documentation
Devart.Common Namespace / DbDataReaderBase Class / GetByte Method / GetByte(String) Method
The name of the column.

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

Parameters

name
The name of the column.

Return Value

The value of the specified column.
See Also