NumericPropertyCheckValueAgainstBoundaries Method

Checks the value for validity only against existing boundaries.

Namespace:  Dundas.BI.Data.DataProviders
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public override bool CheckValueAgainstBoundaries(
	ParameterValue value
)

Parameters

value
Type: Dundas.BI.Data.ParametersParameterValue
The value.

Return Value

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