Skip to main content

querytextformats-class

Represents different formats for query text representation

public class Korzh.EasyQuery.QueryTextFormats

Assembly: Korzh.EasyQuery.dll

Constructors

NameTypeDescription
QueryTextFormats()void

Properties

NameTypeDescription
HtmlFormattingQueryTextFormats.HtmlFormatsGets the HTML formatting.
ShowEntityNameboolGets or sets a value indicating whether entity attributes in textual representation of query contain entity name.
ShowRootConditionboolGets or sets a value indicating whether root condition should appear in textual representation of query.
UseHtmlboolGets or sets a value indicating whether Query will use HTML for text representation.
UseMathSymbolsForOperatorsboolGets or sets a value indicating whether query should use mathematicak symbols for operator names in text representation.

Static Properties

NameTypeDescription
DefaultQueryTextFormatsGets QueryTextFormats object with the default formats.