Represents different formats for query text representation
public class Korzh.EasyQuery.QueryTextFormats
Package: Korzh.EasyQuery
(targets: netstandard2.0
)
Assembly: Korzh.EasyQuery.dll
Constructors
Name | Type | Description |
---|---|---|
QueryTextFormats() | void |
Properties
Name | Type | Description |
---|---|---|
HtmlFormatting | QueryTextFormats.HtmlFormats | Gets the HTML formatting. |
ShowEntityName | bool |
Gets or sets a value indicating whether entity attributes in textual representation of query contain entity name. |
ShowRootCondition | bool |
Gets or sets a value indicating whether root condition should appear in textual representation of query. |
UseHtml | bool |
Gets or sets a value indicating whether Query will use HTML for text representation. |
UseMathSymbolsForOperators | bool |
Gets or sets a value indicating whether query should use mathematicak symbols for operator names in text representation. |
Static Properties
Name | Type | Description |
---|---|---|
Default | QueryTextFormats | Gets QueryTextFormats object with the default formats. |