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

GetUInt64 method Next Page

GetValue method


Returns the value of the specified column in its native format.

Syntax

Visual Basic

NotOverridable Public Function GetValue( _
ByVal columnID As Integer _
) As Object _
Implements IDataRecord.GetValue

C#

public object GetValue(
int columnID
);

Parameters
Return value

The column value as the .NET type most appropriate for the column or DBNull if column is NULL.

Remarks

This method is identical in functionality to the ULDataReader.this[int].

Exceptions
Implements

[external link] IDataRecord.GetValue

See also