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

Finalize method Next Page

GetBoolean method


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

Syntax

Visual Basic

NotOverridable Public Function GetBoolean( _
ByVal columnID As Integer _
) As Boolean _
Implements IDataRecord.GetBoolean

C#

public bool GetBoolean(
int columnID
);

Parameters
Return value

The column value as a System.Boolean.

Exceptions
Implements

[external link] IDataRecord.GetBoolean

See also