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

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

    Parameters

    x
    See Also