| ApplyConnectionString | Assigns values to a collection of connection parameters from a connection string. |
| ApplySettings | Assigns values to a collection of connection parameters from a dictionary of settings. |
| Clone | Creates and returns a cloned instance of the original connection parameter. |
| GetConnectionParameters(Type) | Gets connection parameters from a specified type, i.e., set of new ConnectionParameter instances derived from properties marked with ConnectionStringParameterAttribute. |
| GetConnectionParameters(ValueTupleString, String) | Gets connection parameters from a specified assembly and type using default values. |
| GetValue | Gets the value of a connection parameter. |
| SetValue | Sets the value of a connection parameter. |
| ToConnectionString | Converts a collection of connection parameters to a connection string. |
| ToSettings | Converts a collection of connection parameters to a dictionary of settings. |