Freigeben über


SqlCeUpdatableRecord.GetDouble-Methode

Gibt den Wert des angegebenen Felds als Wert vom Typ double zurück.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Function GetDouble ( _
    ordinal As Integer _
) As Double
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Double

returnValue = instance.GetDouble(ordinal)
public double GetDouble(
    int ordinal
)
public:
virtual double GetDouble(
    int ordinal
) sealed
abstract GetDouble : 
        ordinal:int -> float 
override GetDouble : 
        ordinal:int -> float 
public final function GetDouble(
    ordinal : int
) : double

Parameter

  • ordinal
    Typ: System.Int32
    Das Feld, aus dem ein Wert abgerufen werden soll.

Rückgabewert

Typ: System.Double

Implementiert

IDataRecord.GetDouble(Int32)

Siehe auch

Verweis

SqlCeUpdatableRecord Klasse

System.Data.SqlServerCe-Namespace