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 (25.3.0.1000)
Syntaxpublic 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