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