AdapterDataErrorActions Property  | 
 
            Gets the data error actions.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
Syntaxpublic IList<ActionBase> DataErrorActions { get; }Public ReadOnly Property DataErrorActions As IList(Of ActionBase)
	Get
public:
property IList<ActionBase^>^ DataErrorActions {
	IList<ActionBase^>^ get ();
}member DataErrorActions : IList<ActionBase> with get
Property Value
Type: 
IListActionBase
            The data error actions.
            
See Also