ProviderExpressionDefineCollectionDateTimeParameter(String, String, String, String, IEnumerableDateTime) 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 DefineCollectionDateTimeParameter(
	string placeholderCaption,
	string name,
	string description,
	string elementName,
	IEnumerable<DateTime> 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  IEnumerableDateTime
The default value.

Return Value

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