C# Class BalticAmadeus.FluentMdx.MdxQuery

Represent Mdx query statement.
Inheritance: MdxExpressionBase
Afficher le fichier Open project: BalticAmadeus/FluentMdx Class Usage Examples

Méthodes publiques

Méthode Description
From ( MdxCube cube ) : MdxQuery

Appends the specified MdxAxis and returns the updated current instance of MdxQuery. It will inner query if specified.

From ( MdxQuery innerQuery ) : MdxQuery

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 ( MdxAxis axis ) : MdxQuery

Appends the specified MdxAxis and returns the updated current instance of MdxQuery.

Where ( MdxTuple tuple ) : MdxQuery

Appends the MdxTuple into where clause and returns the updated current instance of MdxQuery.

With ( MdxDeclaration withDeclaration ) : MdxQuery

Méthodes protégées

Méthode Description
GetStringExpression ( ) : string

Method Details

From() public méthode

Appends the specified MdxAxis and returns the updated current instance of MdxQuery. It will inner query if specified.
public From ( MdxCube cube ) : MdxQuery
cube MdxCube Specified as query source.
Résultat MdxQuery

From() public méthode

Sets the MdxQuery as parent query source and returns the updated current instance of MdxQuery. It will clear any cubes if specified.
public From ( MdxQuery innerQuery ) : MdxQuery
innerQuery MdxQuery Specified as query source.
Résultat MdxQuery

GetStringExpression() protected méthode

protected GetStringExpression ( ) : string
Résultat string

MdxQuery() public méthode

Initializes a new instance of MdxQuery.
public MdxQuery ( ) : System
Résultat System

On() public méthode

Appends the specified MdxAxis and returns the updated current instance of MdxQuery.
public On ( MdxAxis axis ) : MdxQuery
axis MdxAxis Specified .
Résultat MdxQuery

Where() public méthode

Appends the MdxTuple into where clause and returns the updated current instance of MdxQuery.
public Where ( MdxTuple tuple ) : MdxQuery
tuple MdxTuple Specified .
Résultat MdxQuery

With() public méthode

public With ( MdxDeclaration withDeclaration ) : MdxQuery
withDeclaration MdxDeclaration
Résultat MdxQuery