OlapMemberExpressionGetQueryText Method

Gets the query text.

Namespace: Dundas.BI.Data.DataProviders.Olap
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public virtual string GetQueryText(
	ICollection<ParameterValue> parameterValues
)

Parameters

parameterValues  ICollectionParameterValue
The parameter values.

Field Value

String
The query text.

Return Value

String
A String that contains query text.
See Also