diff --git a/src/FluentCommand/Query/InsertBuilder.cs b/src/FluentCommand/Query/InsertBuilder.cs index 418c224..7f1238c 100644 --- a/src/FluentCommand/Query/InsertBuilder.cs +++ b/src/FluentCommand/Query/InsertBuilder.cs @@ -96,7 +96,7 @@ public TBuilder Into( /// The type of the value. /// Name of the column. /// The parameter value. -c public TBuilder Value( + public TBuilder Value( string columnName, TValue parameterValue) {