C# Класс BalticAmadeus.FluentMdx.MdxQuery

Represent Mdx query statement.
Наследование: MdxExpressionBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
GetStringExpression ( ) : string

Описание методов

From() публичный Метод

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.
Результат MdxQuery

From() публичный Метод

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.
Результат MdxQuery

GetStringExpression() защищенный Метод

protected GetStringExpression ( ) : string
Результат string

MdxQuery() публичный Метод

Initializes a new instance of MdxQuery.
public MdxQuery ( ) : System
Результат System

On() публичный Метод

Appends the specified MdxAxis and returns the updated current instance of MdxQuery.
public On ( MdxAxis axis ) : MdxQuery
axis MdxAxis Specified .
Результат MdxQuery

Where() публичный Метод

Appends the MdxTuple into where clause and returns the updated current instance of MdxQuery.
public Where ( MdxTuple tuple ) : MdxQuery
tuple MdxTuple Specified .
Результат MdxQuery

With() публичный Метод

public With ( MdxDeclaration withDeclaration ) : MdxQuery
withDeclaration MdxDeclaration
Результат MdxQuery