Class TopCount
Represents the top count element.
Inheritance
System.Object
TopCount
Implements
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 TopCount : 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. |