dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLoader Class / SetNumeric Method / SetNumeric(Int32,PgSqlNumeric) Method

In This Topic
    SetNumeric(Int32,PgSqlNumeric) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetNumeric( _
       ByVal index As Integer, _
       ByVal value As PgSqlNumeric _
    ) 
    public void SetNumeric( 
       int index,
       PgSqlNumeric value
    )

    Parameters

    index
    value
    See Also