We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b342d8 commit 3fbe1f7Copy full SHA for 3fbe1f7
src/FluentCommand/Query/InsertBuilder.cs
@@ -96,7 +96,7 @@ public TBuilder Into(
96
/// <typeparam name="TValue">The type of the value.</typeparam>
97
/// <param name="columnName">Name of the column.</param>
98
/// <param name="parameterValue">The parameter value.</param>
99
-c public TBuilder Value<TValue>(
+ public TBuilder Value<TValue>(
100
string columnName,
101
TValue parameterValue)
102
{
0 commit comments