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

GetDateTime method Next Page

GetDecimal method


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

Syntax

Visual Basic

NotOverridable Public Function GetDecimal( _
ByVal columnID As Integer _
) As Decimal _
Implements IDataRecord.GetDecimal

C#

public decimal GetDecimal(
int columnID
);

Parameters
Return value

The column value as a System.Decimal.

Exceptions
Implements

[external link] IDataRecord.GetDecimal

See also