dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Add Method

In This Topic
    Add Method (SqlDecimal)
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function Add( _
       ByVal x As SqlDecimal, _
       ByVal y As SqlDecimal _
    ) As SqlDecimal
    public static SqlDecimal Add( 
       SqlDecimal x,
       SqlDecimal y
    )

    Parameters

    x
    y
    See Also