[Missing <summary> documentation for "N:TimeCockpit.Data.QueryLanguage"]

Klassen

  KlasseBeschreibung
Öffentliche KlasseAstException
Represents an error in the abstract syntax tree of the query language.
Öffentliche KlasseCompiledExpression<(Of <(<'T>)>)>
Represents a container that holds a compiled TCQL expression plus its AstSourceContext and its participating members.
Öffentliche KlasseCompiledExpressionBase<(Of <(<'T>)>)>
Represents a container that holds a compiled TCQL expression plus its AstSourceContext and its participating members.
Öffentliche KlasseConditionBuilder
helper methods for building conditions for string / object key value pairs
Öffentliche KlasseConditionBuilderParams
paramters class for ConditionBuilder's CollectionQueryAndParameters.
Öffentliche KlasseMissingEnvironmentException
Represents an error that indicates that in the abstract syntax tree of the query language Environment is called, but was not provided.
Öffentliche KlasseQueryParameter
Represents a parameter for a query
Öffentliche KlasseSemanticException
Represents a semantic error in the abstract syntax tree of the query language.
Öffentliche KlasseSyncException
Represents an error during sync.
Öffentliche KlasseSyntaxException
Represents a syntactical error in the abstract syntax tree
Öffentliche KlasseWrongPermissionClauseException
Represents a semantic error in the abstract syntax tree of the query language.

Interfaces

  InterfaceBeschreibung
Öffentliches InterfaceIAstMemberAccessNode
Represents an interface for accessing properties of an AST
Öffentliches InterfaceIAstNode
Represents an interface for accessing properties of an AST

Aufzählungen

  AufzählungBeschreibung
Öffentliche AufzählungAggregateFunction
Defines an enum for the six different aggregate function types
  1. Sum
  2. Min
  3. Max
  4. Avg
  5. Count
  6. CountDistinct
Öffentliche AufzählungSortOrder
Defines an enum for the sort directions
  1. Asc
  2. Desc