Пример #1
0
 public static System.Data.EnumerableRowCollection <TRow> Where <TRow>(this System.Data.TypedTableBase <TRow> source, System.Func <TRow, bool> predicate) where TRow : System.Data.DataRow
 {
     throw null;
 }
Пример #2
0
 public static System.Data.EnumerableRowCollection <S> Select <TRow, S>(this System.Data.TypedTableBase <TRow> source, System.Func <TRow, S> selector) where TRow : System.Data.DataRow
 {
     throw null;
 }
Пример #3
0
 public static System.Data.OrderedEnumerableRowCollection <TRow> OrderBy <TRow, TKey>(this System.Data.TypedTableBase <TRow> source, System.Func <TRow, TKey> keySelector, System.Collections.Generic.IComparer <TKey> comparer) where TRow : System.Data.DataRow
 {
     throw null;
 }
Пример #4
0
 public static System.Data.OrderedEnumerableRowCollection <TRow> OrderByDescending <TRow, TKey>(this System.Data.TypedTableBase <TRow> source, System.Func <TRow, TKey> keySelector) where TRow : System.Data.DataRow
 {
     throw null;
 }
Пример #5
0
 public static TRow ElementAtOrDefault <TRow>(this System.Data.TypedTableBase <TRow> source, int index) where TRow : System.Data.DataRow
 {
     throw null;
 }
Пример #6
0
 public static System.Data.EnumerableRowCollection <TRow> AsEnumerable <TRow>(this System.Data.TypedTableBase <TRow> source) where TRow : System.Data.DataRow
 {
     throw null;
 }