StringParameterCheckValue 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 (10.0.0.1002)
Syntaxpublic override bool CheckValue(
ParameterValue value
)
Public Overrides Function CheckValue (
value As ParameterValue
) As Boolean
public:
virtual bool CheckValue(
ParameterValue^ value
) override
abstract CheckValue :
value : ParameterValue -> bool
override CheckValue :
value : ParameterValue -> bool Parameters
- value
- Type: Dundas.BI.Data.ParametersParameterValue
The value.
Return Value
Type:
Boolean if the value is valid; otherwise,
.
Exceptions| Exception | Condition |
|---|
| UnknownMemberException | value is referencing an unknown type member, which is invalid for a default value. |
See Also