Table of Contents

Interface IInsertValueBuilder

Namespace
Dapper.SimpleSqlBuilder.FluentBuilder
Assembly
Dapper.SimpleSqlBuilder.dll

An interface that defines the insert value builder type.

public interface IInsertValueBuilder : IFluentSqlBuilder, ISqlBuilder, IFluentBuilder

Implements

Methods

Values(ref InsertValueInterpolatedStringHandler)

Appends the VALUES clause and the interpolated string to the builder.

IInsertValueBuilder Values(ref InsertValueInterpolatedStringHandler handler)

Parameters

handler InsertValueInterpolatedStringHandler

The handler for the interpolated string.

Returns

IInsertValueBuilder

The IInsertValueBuilder instance.