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

Close method Next Page

GetBoolean method


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

Syntax

Visual Basic

Public Overrides Function GetBoolean( _
ByVal columnID As Integer _
) As Boolean

C#

public override bool GetBoolean(
int columnID
);

Parameters
Return value

The column value as a System.Boolean.

See also