Table of Contents

Interface ISelectDistinctBuilder

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

An interface that defines the select distinct builder type.

public interface ISelectDistinctBuilder : ISelectFromBuilderEntry, IFluentSqlBuilder, ISqlBuilder, IFluentBuilder

Implements

Methods

SelectDistinct(ref SelectDistinctInterpolatedStringHandler)

Appends the SELECT DISTINCT clause and the interpolated string to the builder.

ISelectDistinctBuilder SelectDistinct(ref SelectDistinctInterpolatedStringHandler handler)

Parameters

handler SelectDistinctInterpolatedStringHandler

The handler for the interpolated string.

Returns

ISelectDistinctBuilder

The ISelectDistinctBuilder instance.