Reference > Configuration > Runtime

Output Options

Configure options for the styling of SQL statements.

Configure using delegate

Syntax

ConfigureAssemblyOptions({configure})

Arguments

configure
A delegate to configure the options controlling the styling of SQL statements.

PrependCommaOnSelectClause Option

Syntax

PrependCommaOnSelectClause = {value}

Arguments

value
A value that determines if select clause fields have commas prepended.
syntax examples

Delimiter Option

Syntax

Delimiter.Begin = {value}

Arguments

value
A value used as the beginning character for database objects.

Syntax

Delimiter.End = {value}

Arguments

value
A value used as the ending character for database objects.
syntax examples

StatementTerminator Option

Syntax

StatementTerminator = {value}

Arguments

value
A value used as the ending character for sql statements.
syntax examples

UseSyntheticAliases Option

Syntax

UseSyntheticAliases = {value}

Arguments

value
A value indicating whether dbExpression should create and manage aliases in generated SQL statements. In general, a value of 'true' will be more performant as there will likely be less characters required to generate a SQL statement.
syntax examples
Previous
Parameter Builders

© 2024 dbExpression. All rights reserved.