ExpressionDescriptorDefineCollectionNumberParameter Method |
Defines a parameter placeholder that expects a number collection.
Namespace:
Dundas.BI.Data.Metadata
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public ParameterPlaceholder DefineCollectionNumberParameter(
string placeholderCaption,
string name,
string description,
IEnumerable<Number> defaultValue
)
Public Function DefineCollectionNumberParameter (
placeholderCaption As String,
name As String,
description As String,
defaultValue As IEnumerable(Of Number)
) As ParameterPlaceholder
public:
ParameterPlaceholder^ DefineCollectionNumberParameter(
String^ placeholderCaption,
String^ name,
String^ description,
IEnumerable<Number>^ defaultValue
)
member DefineCollectionNumberParameter :
placeholderCaption : string *
name : string *
description : string *
defaultValue : IEnumerable<Number> -> 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: System.Collections.GenericIEnumerableNumber
The default value.
Return Value
Type:
ParameterPlaceholderThe expression parameter.
Exceptions See Also