dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / Implicit Type Conversion Operator / Implicit Type Conversion(SqlDecimal,SqlMoney) Operator

In This Topic
    Implicit Type Conversion(SqlDecimal,SqlMoney) Operator
    In This Topic
    Syntax
    'Declaration
     
    Overloads Public Operator Widening CType( _
       ByVal x As SqlMoney _
    ) As SqlDecimal
    public SqlDecimal operator implicit( 
       SqlMoney x
    )

    Parameters

    x
    See Also