TransformRemoveWarning Method

Removes the specified data warning from the current instance.

Namespace:  Dundas.BI.Data.Transforms
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
protected void RemoveWarning(
	DataWarning warning
)

Parameters

warning
Type: Dundas.BI.Data.MetadataDataWarning
The warning to remove from the instance's list of data warnings.
Exceptions
ExceptionCondition
ArgumentNullExceptionwarning is .
See Also