SqlMetaData.Adjust Method (array<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:
array<unsigned char>^ Adjust(
    array<unsigned char>^ value
)
member Adjust : 
        value:byte[] -> byte[] 
public function Adjust(
    value : byte[]
) : byte[]

Parameters

Return Value

Type: array<System.Byte[]

See Also

Reference

SqlMetaData Class

Adjust Overload

System.Data.SqlServerCe Namespace