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 collection of elements that needs to be retrieved form the data source.

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

    Constructors

    Select(MDXQuerySpecification)

    Initializes a new instance of the Select class.

    Declaration
    public Select(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; }
    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.

    Extension Methods

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