AdomdDataReader.GetDouble Method (Int32)

 

Returns a Double that contains the value from the specified column.

Namespace:   Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)

Syntax

public double GetDouble(
    int ordinal
)
public:
virtual double GetDouble(
    int ordinal
) sealed
abstract GetDouble : 
        ordinal:int -> float
override GetDouble : 
        ordinal:int -> float
Public Function GetDouble (
    ordinal As Integer
) As Double

Parameters

  • ordinal
    Type: System.Int32

    The zero-based ordinal position of the column to be retrieved.

Return Value

Type: System.Double

A Double that contains the value of the specified column.

Implements

IDataRecord.GetDouble(Int32)

See Also

AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace

Return to top