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