TransformValidateSettingValues Method

Validates the settings values against their type, valid values and allowed range.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public virtual bool ValidateSettingValues()

Return Value

Type: Boolean
if the validation is successful; otherwise .
Exceptions
ExceptionCondition
ArgumentExceptionOne of the referenced setting values does not meet the validation rule criteria.
See Also