Method | Description | |
---|---|---|
From ( |
Appends the specified MdxAxis and returns the updated current instance of MdxQuery. It will inner query if specified.
|
|
From ( |
Sets the MdxQuery as parent query source and returns the updated current instance of MdxQuery. It will clear any cubes if specified.
|
|
MdxQuery ( ) : System |
Initializes a new instance of MdxQuery.
|
|
On ( |
Appends the specified MdxAxis and returns the updated current instance of MdxQuery.
|
|
Where ( MdxTuple tuple ) : |
Appends the MdxTuple into where clause and returns the updated current instance of MdxQuery.
|
|
With ( |
Method | Description | |
---|---|---|
GetStringExpression ( ) : string |
public From ( |
||
cube | Specified |
|
return |
public From ( |
||
innerQuery | Specified |
|
return |
public Where ( MdxTuple tuple ) : |
||
tuple | MdxTuple | Specified |
return |
public With ( |
||
withDeclaration | ||
return |