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

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

    Parameters

    x
    See Also