Method | Description | |
---|---|---|
AsNegated ( ) : |
Marks the current expression as negative and returns the updated current MdxExpression.
|
|
AsNegative ( ) : |
Marks the current expression as negative and returns the updated current MdxExpression.
|
|
MdxExpression ( ) : System |
Initializes a new instance of MdxExpression.
|
|
WithOperand ( IMdxExpression operand ) : |
Appends the IMdxExpression to the end of expression and returns the updated current MdxExpression.
|
|
WithOperation ( string operationOperator, IMdxExpression operand ) : |
Appends the specified operator and IMdxExpression to the end of expression and returns the updated current MdxExpression.
|
|
WithOperator ( string operationOperator ) : |
Appends the operation to the end of expression and returns the updated current MdxExpression.
|
Method | Description | |
---|---|---|
GetStringExpression ( ) : string |
public WithOperand ( IMdxExpression operand ) : |
||
operand | IMdxExpression | Appended |
return |
public WithOperation ( string operationOperator, IMdxExpression operand ) : |
||
operationOperator | string | Appended operation operator. |
operand | IMdxExpression | Appended |
return |
public WithOperator ( string operationOperator ) : |
||
operationOperator | string | Appended operation operator. |
return |