Open this page in the API Guide

IDataWarnings.Warnings Property

Gets the warnings for the current instance, as well as for any dependency objects.

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
IEnumerable<DataWarning> Warnings { get; }

Property Value

Type: IEnumerable<DataWarning>
See Also