Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API Reference » ULDataReader class

GetBoolean method Next Page

GetByte method


Returns the value for the specified column as an unsigned 8-bit value (System.Byte).

Syntax

Visual Basic

Public Overrides Function GetByte( _
ByVal columnID As Integer _
) As Byte

C#

public override byte GetByte(
int columnID
);

Parameters
Return value

The column value as a System.Byte.

See also