You've already forked linux-packaging-mono
Imported Upstream version 6.6.0.103
Former-commit-id: ed8637df0061cb6f128ae1d26d26db7734e0fa0d
This commit is contained in:
parent
53ae335b9c
commit
9b1ef54dc9
@@ -48,6 +48,8 @@ namespace System.Data
|
||||
}
|
||||
public static partial class DataTableExtensions
|
||||
{
|
||||
public static System.Data.DataView AsDataView(this System.Data.DataTable table) { throw null; }
|
||||
public static System.Data.DataView AsDataView<T>(this System.Data.EnumerableRowCollection<T> source) where T : System.Data.DataRow { throw null; }
|
||||
public static System.Data.EnumerableRowCollection<System.Data.DataRow> AsEnumerable(this System.Data.DataTable source) { throw null; }
|
||||
public static System.Data.DataTable CopyToDataTable<T>(this System.Collections.Generic.IEnumerable<T> source) where T : System.Data.DataRow { throw null; }
|
||||
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 { }
|
||||
|
||||
Reference in New Issue
Block a user