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

In This Topic
    SetNumeric(String,PgSqlNumeric) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub SetNumeric( _
       ByVal name As String, _
       ByVal value As PgSqlNumeric _
    ) 
    public void SetNumeric( 
       string name,
       PgSqlNumeric value
    )

    Parameters

    name
    value
    See Also