Share via


SqlCeUpdatableRecord.GetSqlSingle-Methode

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

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

Syntax

'Declaration
Public Function GetSqlSingle ( _
    ordinal As Integer _
) As SqlSingle
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlSingle

returnValue = instance.GetSqlSingle(ordinal)
public SqlSingle GetSqlSingle(
    int ordinal
)
public:
SqlSingle GetSqlSingle(
    int ordinal
)
member GetSqlSingle : 
        ordinal:int -> SqlSingle 
public function GetSqlSingle(
    ordinal : int
) : SqlSingle

Parameter

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

Rückgabewert

Typ: System.Data.SqlTypes.SqlSingle

Siehe auch

Verweis

SqlCeUpdatableRecord Klasse

System.Data.SqlServerCe-Namespace