ProviderExpressionDefineCollectionStringParameter(String, String, String, String, ParameterToken) Method

Defines a manual provider parameter that accepts a collection of strings for value.

Namespace: Dundas.BI.Data.DataProviders
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public ParameterPlaceholder DefineCollectionStringParameter(
	string placeholderCaption,
	string name,
	string description,
	string elementName,
	ParameterToken defaultValue
)

Parameters

placeholderCaption  String
The placeholder caption.
name  String
The parameter name.
description  String
The parameter description.
elementName  String
Name of the provider data element to be used in the query.
defaultValue  ParameterToken
The default value.

Return Value

ParameterPlaceholder
The parameter placeholder.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe expression is not attached to a cube object.
See Also