TransformReaderWarnings 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 (24.3.0.1000)
Syntax public IEnumerable<DataWarning> Warnings { get; }
Public ReadOnly Property Warnings As IEnumerable(Of DataWarning)
Get
public:
virtual property IEnumerable<DataWarning^>^ Warnings {
IEnumerable<DataWarning^>^ get () sealed;
}
abstract Warnings : IEnumerable<DataWarning> with get
override Warnings : IEnumerable<DataWarning> with get
Property Value
Type:
IEnumerableDataWarningImplements
ITransformReaderWarningsSee Also