C# 클래스 BalticAmadeus.FluentMdx.MdxQuery

Represent Mdx query statement.
상속: MdxExpressionBase
파일 보기 프로젝트 열기: BalticAmadeus/FluentMdx 1 사용 예제들

공개 메소드들

메소드 설명
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