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 SqlMoney.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlMoney ( _
ordinal As Integer _
) As SqlMoney
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlMoney
returnValue = instance.GetSqlMoney(ordinal)
public SqlMoney GetSqlMoney(
int ordinal
)
public:
SqlMoney GetSqlMoney(
int ordinal
)
member GetSqlMoney :
ordinal:int -> SqlMoney
public function GetSqlMoney(
ordinal : int
) : SqlMoney
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlMoney