AdapterDataDataErrorActions Property |
Gets the data error actions.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "dataErrorActions", EmitDefaultValue = false)]
public IList<ActionData> DataErrorActions { get; }
<DataMemberAttribute(Name := "dataErrorActions", EmitDefaultValue := false)>
Public ReadOnly Property DataErrorActions As IList(Of ActionData)
Get
public:
[DataMemberAttribute(Name = L"dataErrorActions", EmitDefaultValue = false)]
property IList<ActionData^>^ DataErrorActions {
IList<ActionData^>^ get ();
}
[<DataMemberAttribute(Name = "dataErrorActions", EmitDefaultValue = false)>]
member DataErrorActions : IList<ActionData> with get
Property Value
Type:
IListActionData
The data error actions.
See Also