Namespace Dapper.SimpleSqlBuilder
Namespaces
Classes
- Builder
-
An abstract class that implements the ISqlBuilder and defines the builder type.
- SimpleBuilder
-
A static class that enables creation of builder instances.
- SimpleBuilderSettings
-
Global settings for the builders.
- SimpleParameterInfo
-
A class that defines a parameter and its properties.
Structs
- AppendIntactInterpolatedStringHandler
-
A handler used by the language compiler to append interpolated strings into Builder instances.
- AppendInterpolatedStringHandler
-
A handler used by the language compiler to append interpolated strings into Builder instances.
- AppendNewLineInterpolatedStringHandler
-
A handler used by the language compiler to append interpolated strings into Builder instances.
Interfaces
- ISimpleParameterInfo
-
An interface that defines the simple parameter info type.
- ISqlBuilder
-
An interface that defines the SQL builder type.