Overload | Description |
---|---|
PgSqlParameter Constructor() | Initializes a new instance of the PgSqlParameter class. |
PgSqlParameter Constructor(String,PgSqlType) | Initializes a new instance of the PgSqlParameter class with the parameter name and data type. |
PgSqlParameter Constructor(String,Object) | Initializes a new instance of the PgSqlParameter class with the parameter name and a PgSqlParameter object. |
PgSqlParameter Constructor(String,PgSqlType,Int32) | Initializes a new instance of the PgSqlParameter class with the parameter name, data type, and width. |
PgSqlParameter Constructor(String,PgSqlRowType) | Initializes a new instance of the PgSqlParameter class with the parameter name and a PgSqlRowType object. |
PgSqlParameter Constructor(String,PgSqlType,Int32,String) | Initializes a new instance of the PgSqlParameter class with the parameter name, data type, width, and source column name. For internal use. |
PgSqlParameter Constructor(String,PgSqlType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Object) | 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. |
PgSqlParameter Constructor(String,PgSqlType,Int32,ParameterDirection,Boolean,Byte,Byte,String,DataRowVersion,Boolean,Object) | 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. |
PgSqlParameter Constructor(String,String,ParameterDirection,Boolean,String,DataRowVersion,Object) | Initializes a new instance of the PgSqlParameter class with the parameter name and other initial values. |