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. |