ProviderExpressionDefineCollectionDateTimeParameter Method (String, String, String, String, ParameterToken) |
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,
ParameterToken defaultValue
)
Public Function DefineCollectionDateTimeParameter (
placeholderCaption As String,
name As String,
description As String,
elementName As String,
defaultValue As ParameterToken
) As ParameterPlaceholder
public:
ParameterPlaceholder^ DefineCollectionDateTimeParameter(
String^ placeholderCaption,
String^ name,
String^ description,
String^ elementName,
ParameterToken^ defaultValue
)
member DefineCollectionDateTimeParameter :
placeholderCaption : string *
name : string *
description : string *
elementName : string *
defaultValue : ParameterToken -> 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: Dundas.BI.Data.Parameters.TokensParameterToken
The default value.
Return Value
Type:
ParameterPlaceholderThe parameter placeholder.
Exceptions See Also