SqlMetaData.Adjust Method (Decimal)

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 Decimal _
) As Decimal
'Usage
Dim instance As SqlMetaData
Dim value As Decimal
Dim returnValue As Decimal

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

Parameters

Return Value

Type: System.Decimal

See Also

Reference

SqlMetaData Class

Adjust Overload

System.Data.SqlServerCe Namespace