OlapMemberExpression Constructor (IOlapCube, String, ICollectionParameter)

Initializes a new instance of the OlapMemberExpression class.

Namespace:  Dundas.BI.Data.DataProviders.Olap
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public OlapMemberExpression(
	IOlapCube cube,
	string statement,
	ICollection<Parameter> parameters
)

Parameters

cube
Type: Dundas.BI.Data.Metadata.OlapIOlapCube
The cube.
statement
Type: SystemString
The statement.
parameters
Type: System.Collections.GenericICollectionParameter
The parameters.
Exceptions
ExceptionCondition
ArgumentNullExceptioncube is .
See Also