ConnectionParameterExtensions Class

Defines extension methods related to ConnectionParameter.

Definition

Namespace: Gemstone.Timeseries.Adapters
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static class ConnectionParameterExtensions
Inheritance
Object    ConnectionParameterExtensions

Methods

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.

See Also