ITransformReaderWarnings Property  | 
 
            Gets the warnings for the current instance, as well as for any dependency objects.
            
 
    Namespace: 
   Dundas.BI.Data.DataRetrieval
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxIEnumerable<DataWarning> Warnings { get; }ReadOnly Property Warnings As IEnumerable(Of DataWarning)
	Get
property IEnumerable<DataWarning^>^ Warnings {
	IEnumerable<DataWarning^>^ get ();
}abstract Warnings : IEnumerable<DataWarning> with get
Property Value
Type: 
IEnumerableDataWarning
See Also