Skip to content

Commit

Permalink
Update InsertBuilder.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pwelter34 committed Oct 26, 2023
1 parent 0b342d8 commit 3fbe1f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluentCommand/Query/InsertBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ public TBuilder Into(
/// <typeparam name="TValue">The type of the value.</typeparam>
/// <param name="columnName">Name of the column.</param>
/// <param name="parameterValue">The parameter value.</param>
c public TBuilder Value<TValue>(
public TBuilder Value<TValue>(
string columnName,
TValue parameterValue)
{
Expand Down

0 comments on commit 3fbe1f7

Please sign in to comment.