Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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