ParameterList
Represents a list of SqlParameter
public ParameterList()
Initializes a new, empty instance of ParameterList.
Initializes a new, empty instance of ParameterList with the specified capacity.
Initializes a new instance of ParameterList from the provided parameters.
Initializes a new instance of ParameterList containing the specified parameter.
Initializes a new instance of ParameterList containing the specified parameter.
Adds a parameter to this ParameterList.
Adds a parameter to this ParameterList.
Gets a CSV representation of this ParameterList.