7 references to FillErrorEventHandler
System.Data (5)
fx\src\data\System\Data\Common\DataAdapter.cs (3)
273
public event
FillErrorEventHandler
FillError { // V1.2.3300, DbDataADapter V1.0.3300
724
FillErrorEventHandler
handler = (
FillErrorEventHandler
) Events[EventFillError];
fx\src\data\System\Data\DataSet.cs (1)
3392
public virtual void Load(IDataReader reader, LoadOption loadOption,
FillErrorEventHandler
errorHandler, params DataTable[] tables) {
fx\src\data\System\Data\DataTable.cs (1)
4463
public virtual void Load (IDataReader reader, LoadOption loadOption,
FillErrorEventHandler
errorHandler){
System.Data.DataSetExtensions (2)
System\Data\DataTableExtensions.cs (2)
110
public static void CopyToDataTable<T>(this IEnumerable<T> source, DataTable table, LoadOption options,
FillErrorEventHandler
errorHandler)
118
private static DataTable LoadTableFromEnumerable<T>(IEnumerable<T> source, DataTable table, LoadOption? options,
FillErrorEventHandler
errorHandler)