SqlMetaData.Adjust Method (SqlInt16)

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

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

Parameters

Return Value

Type: System.Data.SqlTypes.SqlInt16

See Also

Reference

SqlMetaData Class

Adjust Overload

System.Data.SqlServerCe Namespace