SqlMetaData.Adjust Method (SqlInt32)
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 SqlInt32 _
) As SqlInt32
'Usage
Dim instance As SqlMetaData
Dim value As SqlInt32
Dim returnValue As SqlInt32
returnValue = instance.Adjust(value)
public SqlInt32 Adjust(
SqlInt32 value
)
public:
SqlInt32 Adjust(
SqlInt32 value
)
member Adjust :
value:SqlInt32 -> SqlInt32
public function Adjust(
value : SqlInt32
) : SqlInt32
Parameters
- value
Type: System.Data.SqlTypes.SqlInt32
Return Value
Type: System.Data.SqlTypes.SqlInt32