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

In This Topic
    PgSqlNumeric Constructor(Int64)
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal value As Long _
    )
    public PgSqlNumeric( 
       long value
    )

    Parameters

    value
    See Also