NumericParameterCheckValue Method

Checks the specified value if it valid for the current instance.

Namespace: Dundas.BI.Data.Parameters
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
public override bool CheckValue(
	ParameterValue value
)

Parameters

value  ParameterValue
The value.

Return Value

Boolean
if the value is valid; otherwise, .
Exceptions
ExceptionCondition
UnknownMemberExceptionvalue is referencing an unknown type member, which is invalid for a default value.
InvalidParameterValidValueExceptionthis is a SelectStructureParameter and value is not in the list of valid values.
See Also