Class With
With clause specification.
Inheritance
System.Object
With
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.MDXQueryBuilder
Assembly: Syncfusion.Olap.Base.dll
Syntax
public class With
Constructors
With(MDXQuerySpecification)
Initializes a new instance of the With class.
Declaration
public With(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; set; }
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. |