menu

UWP

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

    Show / Hide Table of Contents

    Class From

    A query expression must begin with a from clause. Additionally, a query expression can contain sub-queries, which also begin with a from clause.

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

    Constructors

    From()

    Declaration
    public From()

    Properties

    CubeName

    Gets or sets the name of the cube.

    Declaration
    public string CubeName { get; set; }
    Property Value
    Type Description
    System.String

    The name of the cube.

    Extension Methods

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