Namespace Syncfusion.Olap.MDXQueryParser
Classes
Axis
Represents the information needed for axis elements. |
AxisCollection
Represents the collection of Axis objects. |
CellsProperties
Represents the properties of each cell. |
CrossJoin
Cross join is a Cartesian join means Cartesian product of both the tables. This join does not need any condition to join two tables. This join returns records or rows that are multiplication of record number from both the tables means each row on left table will related to each row of right table. |
Dimension
Represents the information needed for dimension elements. |
DrillDownLevel
Represents the information needed for drill down level. |
DrillDownMember
Represents the information needed for drill down members. |
Except
Produces the set difference of two sequences by using the default equality comparer to compare values. |
Filter
Determines what types of files are displayed from either the Microsoft.Win32.OpenFileDialog or Microsoft.Win32.SaveFileDialog. |
From
A query expression must begin with a from clause. Additionally, a query expression can contain sub-queries, which also begin with a from clause. |
Hierarchies
Represents the information of hierarchical elements. |
Hierarchize
Represents the information about 'Hierarchize' keyword. |
HierarchizeCollection
Represents the collection of Hierarchize objects. |
IkeywordCollection
Represents the collection of IKeyword objects. |
KeywordConstants
Represents all keyword constants which are used as names. |
Kpi
Represents the information needed for KPI |
MDXToOlapParser
Represents the helper class for parsing the MDX query. |
Measure
Represents the information needed for measure. |
MemberCollection
Represents the collection of member elements. |
NamedSet
Represents the information needed for named set. |
Order
Represents the information needed to validate the sort order. |
Parser
Represents the information needed for parsing the MDX Query. |
QuerySyntaxError
Represents the error information while parsing the query. |
Select
Represents the information needed for select functions. |
Stack
Represents the collection of objects that are accessed in a last-in, first out fashion. |
SubSet
Class holds the information needed for subset functions. |
Tokens
Represents the tokens that are split while parsing the MDX query. |
TopCount
Represents the top count element. |
Tuple
Represents the information needed for tuple. |
TupleCollection
Represents the collection of tuples. |
VisualTools
Represents the information needed for visual tools functions. |
Where
Represents the information needed for where functions. |
Interfaces
IFunctions
Represents the interface for functions. |
IKeyword
Represents the interface for keywords. |
IMember
Represents the interface for members. |
Enums
Orderss
Represents the values that specify how the data should be sorted. |
ParseFilterCase
Represents the values that specify the case for filtering. |
ParseOperators
Represents the values that specify the binary operators for filtering. |