Class TopCount
Represents the top count element.
Inheritance
System.Object
TopCount
Implements
Namespace: Syncfusion.Olap.UWP.MDXQueryParser
Assembly: Syncfusion.Olap.UWP.dll
Syntax
public class TopCount : Object, IKeyword
Constructors
TopCount()
Declaration
public TopCount()
Properties
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
topCountValue
Gets or sets the value of top count.
Declaration
public int topCountValue { get; set; }
Property Value
Type |
---|
System.Int32 |
tuple
Gets or sets the tuple.
Declaration
public Tuple tuple { get; set; }
Property Value
Type |
---|
Tuple |
Methods
Validate()
Validates this instance.
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean | A value that indicates whether this instance is valid. |