Open this page in the API Guide

Reader.Warnings Property

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

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

Property Value

Type: IEnumerable<DataWarning>

Implements

IDataWarnings.Warnings
See Also