Overload | Description |
---|---|
Add(String,PgSqlType) | Adds a PgSqlParameter to the PgSqlParameterCollection given the parameter name and data type. |
Add(String,PgSqlType,Int32) | Adds a PgSqlParameter to the PgSqlParameterCollection given the the parameter name, data type, and data size. |
Add(String,PgSqlType,Int32,String) | Adds a PgSqlParameter to the PgSqlParameterCollection given the parameter name, data type, column width, and source column name. |
Add(String,Object) | Adds a PgSqlParameter to the PgSqlParameterCollection given the parameter name and value. |
Add(PgSqlParameter) | Adds the specified PgSqlParameter to the PgSqlParameterCollection. |