Interface ISelectBuilder
- Assembly
- Dapper.SimpleSqlBuilder.dll
An interface that defines the select builder type.
public interface ISelectBuilder : ISelectFromBuilderEntry, IFluentSqlBuilder, ISqlBuilder, IFluentBuilderImplements
Methods
Select(ref SelectInterpolatedStringHandler)
Appends the SELECT clause and the interpolated string to the builder.
ISelectBuilder Select(ref SelectInterpolatedStringHandler handler)Parameters
handlerSelectInterpolatedStringHandler-
The handler for the interpolated string.
Returns
- ISelectBuilder
-
The ISelectBuilder instance.