Reference > Configuration > Runtime
Parameter Builders
core concept: parameters
Generically specify parameter builder type
Syntax
Use<T>()
Arguments
- T
- – The generic parameter that specifies the type of `ISqlParameterBuilder`. `T` must have a public parameterless constructor.
syntax examples
Syntax
Use({factory})
Arguments
- T
- – A factory responsible for creating a sql parameter builder.
syntax examples