public static void CopyToDataTable <T>(this System.Collections.Generic.IEnumerable <T> source, System.Data.DataTable table, System.Data.LoadOption options) where T : System.Data.DataRow { }
public static void CopyToDataTable <T>(this System.Collections.Generic.IEnumerable <T> source, System.Data.DataTable table, System.Data.LoadOption options, System.Data.FillErrorEventHandler errorHandler) where T : System.Data.DataRow { }