Class Where
Represents the information needed for where functions.
Inheritance
System.Object
Where
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class Where : Object
Constructors
Where()
Initializes a new instance of the Where class.
Declaration
public Where()
Properties
Tuples
Gets or sets the collection of tuples.
Declaration
public TupleCollection Tuples { get; set; }
Property Value
Type |
---|
TupleCollection |