GetSqlDecimal Method

Returns the value of the specified field as SqlDecimal.

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

Syntax

'Declaration
Public Function GetSqlDecimal ( _
    ordinal As Integer _
) As SqlDecimal
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlDecimal

returnValue = instance.GetSqlDecimal(ordinal)
public SqlDecimal GetSqlDecimal(
    int ordinal
)
public:
SqlDecimal GetSqlDecimal(
    int ordinal
)
member GetSqlDecimal : 
        ordinal:int -> SqlDecimal 
public function GetSqlDecimal(
    ordinal : int
) : SqlDecimal

Parameters

Return Value

Type: System.Data.SqlTypes. . :: . .SqlDecimal

See Also

Reference

SqlCeUpdatableRecord Class

SqlCeUpdatableRecord Members

System.Data.SqlServerCe Namespace