SqlMetaData.Adjust Method (SqlDecimal)

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

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

Syntax

'Declaration
Public Function Adjust ( _
    value As SqlDecimal _
) As SqlDecimal
'Usage
Dim instance As SqlMetaData
Dim value As SqlDecimal
Dim returnValue As SqlDecimal

returnValue = instance.Adjust(value)
public SqlDecimal Adjust(
    SqlDecimal value
)
public:
SqlDecimal Adjust(
    SqlDecimal value
)
member Adjust : 
        value:SqlDecimal -> SqlDecimal 
public function Adjust(
    value : SqlDecimal
) : SqlDecimal

Parameters

Return Value

Type: System.Data.SqlTypes.SqlDecimal

See Also

Reference

SqlMetaData Class

Adjust Overload

System.Data.SqlServerCe Namespace