Open this page in the API Guide

Parameter.CheckValue 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 (25.1.0.1000)
Syntax
public virtual bool CheckValue(
	ParameterValue value
)

Parameters

value
Type: Dundas.BI.Data.Parameters.ParameterValue
The value.

Return Value

Type: Boolean
true if the value is valid; otherwise, false.
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