NpgsqlParameterCollection.Add Method (String, NpgsqlDbType, Int32, String)
[This is preliminary documentation and subject to change.]
Adds a NpgsqlParameter to the NpgsqlParameterCollection with the parameter name, the data type, the column length, and the source column name.
Parameters
-
parameterName
- The name of the parameter.
-
parameterType
- One of the DbType values.
-
size
- The length of the column.
-
sourceColumn
- The name of the source column.
Return Value
The index of the new NpgsqlParameter object.
See Also
NpgsqlParameterCollection Class | Npgsql Namespace | NpgsqlParameterCollection.Add Overload List