Interface IInsertValueBuilder
- Assembly
- Dapper.SimpleSqlBuilder.dll
An interface that defines the insert value builder type.
public interface IInsertValueBuilder : IFluentSqlBuilder, ISqlBuilder, IFluentBuilderImplements
Methods
Values(ref InsertValueInterpolatedStringHandler)
Appends the VALUES clause and the interpolated string to the builder.
IInsertValueBuilder Values(ref InsertValueInterpolatedStringHandler handler)Parameters
handlerInsertValueInterpolatedStringHandler-
The handler for the interpolated string.
Returns
- IInsertValueBuilder
-
The IInsertValueBuilder instance.