dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlDataReader Class / GetPgSqlNumeric Method / GetPgSqlNumeric(Int32) Method

In This Topic
    GetPgSqlNumeric(Int32) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function GetPgSqlNumeric( _
       ByVal i As Integer _
    ) As PgSqlNumeric
    public PgSqlNumeric GetPgSqlNumeric( 
       int i
    )

    Parameters

    i
    See Also