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 (24.3.0.1000)
Syntax
public virtual string GetQueryText(
	ICollection<ParameterValue> parameterValues
)

Parameters

parameterValues
Type: System.Collections.GenericICollectionParameterValue
The parameter values.

Field Value

Type: String
The query text.

Return Value

Type: String
A String that contains query text.
See Also