dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlParameter Class / PgSqlParameter Constructor

In This Topic
    PgSqlParameter Constructor
    In This Topic
    Initializes a new instance of the PgSqlParameter class.
    Overload List
    OverloadDescription
    Initializes a new instance of the PgSqlParameter class.  
    Initializes a new instance of the PgSqlParameter class with the parameter name and data type.  
    Initializes a new instance of the PgSqlParameter class with the parameter name and a PgSqlParameter object.  
    Initializes a new instance of the PgSqlParameter class with the parameter name, data type, and width.  
    Initializes a new instance of the PgSqlParameter class with the parameter name and a PgSqlRowType object.  
    Initializes a new instance of the PgSqlParameter class with the parameter name, data type, width, and source column name. For internal use.  
    Initializes a new instance of the PgSqlParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.  
    Initializes a new instance of the PgSqlParameter class with the parameter name, data type, width, source column name, parameter direction, numeric precision, and other properties.  
    Initializes a new instance of the PgSqlParameter class with the parameter name and other initial values.  
    See Also