2 references to FillErrorEventArgs
System.Data.Common (2)
System\Data\Common\DataAdapter.cs (1)
746
FillErrorEventArgs fillErrorEvent = new
FillErrorEventArgs
(dataTable, dataValues);
System\Data\DataTableExtensions.cs (1)
185
fillError = new
FillErrorEventArgs
(table, values)