OperationResultAddWarnings Method  | 
 Adds warnings.
 
    Namespace: 
   Dundas.BI
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic void AddWarnings(
	IEnumerable<string> warnings
)
Public Sub AddWarnings ( 
	warnings As IEnumerable(Of String)
)
public:
void AddWarnings(
	IEnumerable<String^>^ warnings
)
member AddWarnings : 
        warnings : IEnumerable<string> -> unit 
Parameters
- warnings
 - Type: System.Collections.GenericIEnumerableString
 
See Also