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

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

    Parameters

    value
    See Also