menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Select - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Select

    Represents the information needed for select functions.

    Inheritance
    System.Object
    Select
    Namespace: Syncfusion.Olap.UWP.MDXQueryParser
    Assembly: Syncfusion.Olap.UWP.dll
    Syntax
    public class Select : Object

    Constructors

    Select()

    Initializes a new instance of the Select class.

    Declaration
    public Select()

    Properties

    Axes

    Gets or sets the collection of axes.

    Declaration
    public AxisCollection Axes { get; set; }
    Property Value
    Type Description
    AxisCollection

    The collection of axes.

    FromClause

    Gets or sets the 'from' clause.

    Declaration
    public From FromClause { get; set; }
    Property Value
    Type Description
    From

    The 'from' clause.

    SubSelect

    Gets or sets the sub select clause.

    Declaration
    public Select SubSelect { get; set; }
    Property Value
    Type Description
    Select

    The sub select clause.

    Wheres

    Gets or sets the 'where' clause.

    Declaration
    public Where Wheres { get; set; }
    Property Value
    Type Description
    Where

    The 'where' clause.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved