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