Setting.CheckValue 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 (25.1.0.1000)
Syntaxpublic bool CheckValue(
ParameterValue value
)
Public Function CheckValue (
value As ParameterValue
) As Boolean
public:
bool CheckValue(
ParameterValue^ value
)
member CheckValue :
value : ParameterValue -> bool
Parameters
- value
- Type: Dundas.BI.Data.Parameters.ParameterValue
The value to be checked.
Return Value
Type:
Booleantrue if the value is valid; otherwise
false.
See Also