Interface IFunctions
Represents the interface for functions.
Namespace: Syncfusion.Olap.MDXQueryParser
Assembly: Syncfusion.Olap.Base.dll
Syntax
public interface IFunctions
Properties
member
Gets or sets the member.
Declaration
IMember member { get; set; }
Property Value
Type |
---|
IMember |
Name
Gets or sets the name of the function.
Declaration
string Name { get; set; }
Property Value
Type |
---|
System.String |
tuple
Gets or sets the tuple.
Declaration
Tuple tuple { get; set; }
Property Value
Type |
---|
Tuple |