Gets or sets a value indicating whether Korzh.EasyQuery must bracket joins in result SQL statement.
String
DefaultSchemaName
Gets or sets the name of the default schema.
FormatType
FormatType
Gets or sets the format type.
Boolean
GroupByCalcColumns
Gets or sets a value indicating whether SQL generator should use calculated columns “as is” in GROUP BY clause
Char
IdentQuote1
Gets or sets the left quote symbol for identifiers (double-quote by default).
Char
IdentQuote2
Gets or sets the right quote symbol for identifiers (double-quote by default).
String
LimitClauseTemplate
Gets or sets template clause for pagination (default value depends on database).
String
ParameterPrefix
Gets or sets the prefix symbol which precedes the parameter names in generated SQL statement. Usually it’s ’@’ symbol but for some databases it must be set to ’:‘
Boolean
PrefixUnicodeConsts
Gets or sets a value indicating whether SQL generator should add ‘N’ prefix before string constants with Unicode characters
String
RecordCountTemplate
Gets or sets template clause for count records (default value depends on database).
Char
SqlQuote1
Gets or sets the left quote symbol (double-quote by default).
Char
SqlQuote2
Gets or sets the right quote symbol (double-quote by default).
SqlSyntax
SqlSyntax
Gets or sets the type of SQL syntax.
Boolean
UseAsInFrom
Gets or sets a value indicating whether we must add AS conjuction between table name and alias in the FROM clause.
Boolean
UseDbName
Gets or sets a value indicating whether Korzh.EasyQuery will add database name into table names in result SQL statememnt.
Boolean
UseEntityContainerName
Gets or sets a value indicating whether SQL generator should use entity container name for table definitions in FROM clause
Boolean
UseSchema
Gets or sets a value indicating whether Korzh.EasyQuery will use schema in result SQL statememnt.
Boolean
UseTableAlias
Gets or sets a value indicating whether we will use table aliases in generated queries.