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

GetBytes(Int32) method Next Page

GetChar method


This method is not supported in UltraLite.NET.

Syntax

Visual Basic

Public Overrides Function GetChar( _
ByVal columnID As Integer _
) As Char

C#

public override char GetChar(
int columnID
);

Parameters
Return value

This method is not supported in UltraLite.NET.

See also