Skip to content

QueryTextFormats class

Represents different formats for query text representation

public class Korzh.EasyQuery.QueryTextFormats

Package: Korzh.EasyQuery (targets: netstandard2.0)

Assembly: Korzh.EasyQuery.dll

NameTypeDescription
QueryTextFormats()void
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.
NameTypeDescription
DefaultQueryTextFormatsGets QueryTextFormats object with the default formats.