Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 SqlString _
) As SqlString
'Usage
Dim instance As SqlMetaData
Dim value As SqlString
Dim returnValue As SqlString
returnValue = instance.Adjust(value)
public SqlString Adjust(
SqlString value
)
public:
SqlString Adjust(
SqlString value
)
member Adjust :
value:SqlString -> SqlString
public function Adjust(
value : SqlString
) : SqlString
Parameters
- value
Type: System.Data.SqlTypes.SqlString
Return Value
Type: System.Data.SqlTypes.SqlString