Método SqlMetaData.Adjust (array<Char[])
Essa API oferece suporte à infraestrutura do e não se destina a ser usada diretamente no seu código.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (em System.Data.SqlServerCe.dll)
Sintaxe
'Declaração
Public Function Adjust ( _
value As Char() _
) As Char()
'Uso
Dim instance As SqlMetaData
Dim value As Char()
Dim returnValue As Char()
returnValue = instance.Adjust(value)
public char[] Adjust(
char[] value
)
public:
array<wchar_t>^ Adjust(
array<wchar_t>^ value
)
member Adjust :
value:char[] -> char[]
public function Adjust(
value : char[]
) : char[]
Parâmetros
- value
Tipo: array<System.Char[]
Valor de retorno
Tipo: array<System.Char[]