Interface IInsertBuilder
- Assembly
- Dapper.SimpleSqlBuilder.dll
An interface that defines the insert builder type.
public interface IInsertBuilder : IInsertValueBuilder, IFluentSqlBuilder, ISqlBuilder, IFluentBuilder
Implements
Methods
Columns(ref InsertColumnInterpolatedStringHandler)
Appends the interpolated string column value to the builder.
IInsertBuilder Columns(ref InsertColumnInterpolatedStringHandler handler)
Parameters
handler
InsertColumnInterpolatedStringHandler-
The handler for the interpolated string.
Returns
- IInsertBuilder
-
The IInsertBuilder instance.