Reference > Configuration > Runtime

Statement Builders

core concept: statement builder

Generically specify a builder type

Syntax

Use<T>()

Arguments

T
The generic parameter that specifies the type of statement builder, where `T` is a `ISqlStatementBuilder`. `T` must have a public parameterless constructor.
syntax examples

Use a factory

Syntax

Use({factory})

Arguments

factory
A factory responsible for creating sql statement builders.
syntax examples
Previous
Query Expressions

© 2024 dbExpression. All rights reserved.