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

GetDecimal method Next Page

GetDouble method


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

Syntax

Visual Basic

Public Overrides Function GetDouble( _
ByVal columnID As Integer _
) As Double

C#

public override double GetDouble(
int columnID
);

Parameters
Return value

The column value as a System.Double.

See also