Class Where
Represents the information needed for where functions.
Inheritance
System.Object
Where
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class Where
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 |