dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlNumeric Structure / PgSqlNumeric Constructor / PgSqlNumeric Constructor(Int32)

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

    Parameters

    value
    See Also