ExpressionDescriptorDefineDateTimeParameter Method (String, String, String, DateTime, ValidValuesSource) |
Defines a parameter placeholder that expects
DateTime for resolution.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic ParameterPlaceholder DefineDateTimeParameter(
string placeholderCaption,
string name,
string description,
DateTime defaultValue,
ValidValuesSource validValuesSource
)
Public Function DefineDateTimeParameter (
placeholderCaption As String,
name As String,
description As String,
defaultValue As DateTime,
validValuesSource As ValidValuesSource
) As ParameterPlaceholder
public:
ParameterPlaceholder^ DefineDateTimeParameter(
String^ placeholderCaption,
String^ name,
String^ description,
DateTime defaultValue,
ValidValuesSource validValuesSource
)
member DefineDateTimeParameter :
placeholderCaption : string *
name : string *
description : string *
defaultValue : DateTime *
validValuesSource : ValidValuesSource -> ParameterPlaceholder
Parameters
- placeholderCaption
- Type: SystemString
The parameter placeholder used in the expression statement. - name
- Type: SystemString
The name. - description
- Type: SystemString
The parameter description. - defaultValue
- Type: SystemDateTime
The default value. - validValuesSource
- Type: Dundas.BI.Data.ParametersValidValuesSource
The valid values source.
Return Value
Type:
ParameterPlaceholderThe expression parameter.
Exceptions
See Also