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.
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
- value
Type: System.Data.SqlTypes.SqlDecimal
Return Value
Type: System.Data.SqlTypes.SqlDecimal