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
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class From
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. |