Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlDecimal