We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1e4d6 commit a9d2ec6Copy full SHA for a9d2ec6
src/Sql/ParameterCollection.cs
@@ -18,13 +18,13 @@ public ParameterCollection(): base() {}
18
/// </summary>
19
/// <param name="collection">The collection whose elements are copied to the parameter list.</param>
20
public ParameterCollection(IEnumerable<Parameter> collection): base(collection) {}
21
-
+
22
/// <summary>
23
/// Creates a new parameter list that contains the specified parameter.
24
25
/// <param name="parameter">The parameter to add to the elements in the parameter list.</param>
26
public ParameterCollection(Parameter parameter): this([parameter]) {}
27
28
29
30
0 commit comments