Method | Description | |
---|---|---|
MdxMember ( ) : System.Collections.Generic |
Initializes a new instance of MdxMember.
|
|
Titled ( ) : |
Appends titles and returns the updated current instance of MdxMember.
|
|
WithFunction ( |
Appends the specified navigation function and returns the updated current instance of MdxMember.
|
|
WithValue ( string value ) : |
Sets the value for member and returns the updated current instance of MdxMember.
|
Method | Description | |
---|---|---|
GetStringExpression ( ) : string |
public MdxMember ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public WithFunction ( |
||
function | Specified navigation function. | |
return |
public WithValue ( string value ) : |
||
value | string | Specified member value. |
return |