Class Where
Represents the collection of elements that needs to be filtered form the MDX query.
Inheritance
System.Object
Where
Namespace: Syncfusion.Olap.UWP.MDXQueryBuilder
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Where : Object
Constructors
Where(MDXQuerySpecification)
Initializes a new instance of the Where class.
Declaration
public Where(MDXQuerySpecification querySpecification)
Parameters
| Type | Name | Description |
|---|---|---|
| MDXQuerySpecification | querySpecification | The query specification. |
Properties
Items
Gets the collection of elements that needs to be retrieved.
Declaration
public Items Items { get; set; }
Property Value
| Type | Description |
|---|---|
| Items | The collection of items. |
QuerySpecification
Gets or sets the query specification.
Declaration
public MDXQuerySpecification QuerySpecification { get; set; }
Property Value
| Type | Description |
|---|---|
| MDXQuerySpecification | The query specification. |