WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Where - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Where

    Represents the information needed for where functions.

    Inheritance
    System.Object
    Where
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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 Description
    TupleCollection
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved