ProviderExpressionDefineCollectionDateTimeParameter Method (String, String, String, String, IEnumerableDateTime) |
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 (24.3.0.1000)
Syntax public ParameterPlaceholder DefineCollectionDateTimeParameter(
string placeholderCaption,
string name,
string description,
string elementName,
IEnumerable<DateTime> defaultValue
)
Public Function DefineCollectionDateTimeParameter (
placeholderCaption As String,
name As String,
description As String,
elementName As String,
defaultValue As IEnumerable(Of DateTime)
) As ParameterPlaceholder
public:
ParameterPlaceholder^ DefineCollectionDateTimeParameter(
String^ placeholderCaption,
String^ name,
String^ description,
String^ elementName,
IEnumerable<DateTime>^ defaultValue
)
member DefineCollectionDateTimeParameter :
placeholderCaption : string *
name : string *
description : string *
elementName : string *
defaultValue : IEnumerable<DateTime> -> ParameterPlaceholder
Parameters
- placeholderCaption
- Type: SystemString
The placeholder caption. - name
- Type: SystemString
The parameter name. - description
- Type: SystemString
The parameter description. - elementName
- Type: SystemString
Name of the provider data element to be used in the query. - defaultValue
- Type: System.Collections.GenericIEnumerableDateTime
The default value.
Return Value
Type:
ParameterPlaceholderThe parameter placeholder.
Exceptions See Also