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 1.0 API Reference » ULDataReader class

GetTimeSpan method Next Page

GetUInt16 method


Returns the value for the specified column as a System.UInt16.

Syntax

Visual Basic

Public Function GetUInt16( _
ByVal columnID As Integer _
) As UInt16

C#

public ushort GetUInt16(
int columnID
);

Parameters
Return value

The column value as an System.UInt16.

Exceptions
See also