dotConnect for SQL Server Documentation
Devart.Data.SqlServer.SqlTypes Namespace / SqlDecimal Structure / SqlDecimal Constructor / SqlDecimal Constructor(Int32)

In This Topic
    SqlDecimal Constructor(Int32)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Integer _
    )
    public SqlDecimal( 
       int value
    )

    Parameters

    value
    See Also