SettingCheckValue Method

Checks the value for validity against any boundaries or existing valid values.

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

Parameters

value
Type: Dundas.BI.Data.ParametersParameterValue
The value to be checked.

Return Value

Type: Boolean
if the value is valid; otherwise .
See Also