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