dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlInt16 Structure / Subtraction Operator

In This Topic
    Subtraction Operator (SqlInt16)
    In This Topic
    Syntax
    'Declaration
     
    Public Operator -( _
       ByVal x As SqlInt16, _
       ByVal y As SqlInt16 _
    ) As SqlInt16
    public SqlInt16 operator -( 
       SqlInt16 x,
       SqlInt16 y
    )

    Parameters

    x
    y
    See Also