Open this page in the API Guide

DataCellset.Warnings Property

Gets the warnings.

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

Property Value

Type: IEnumerable<DataWarning>

Implements

IDataWarnings.Warnings
See Also