8 instantiations of OrderedEnumerableRowCollection
System.Data.Common (8)
System\Data\EnumerableRowCollectionExtensions.cs (8)
34
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
45
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
57
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
69
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
80
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
92
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
104
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
116
OrderedEnumerableRowCollection<TRow> edt = new
OrderedEnumerableRowCollection
<TRow>(source, ie);
26 references to OrderedEnumerableRowCollection
netstandard (1)
netstandard.cs (1)
561
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
OrderedEnumerableRowCollection
<>))]
System.Data.Common (24)
System\Data\EnumerableRowCollectionExtensions.cs (20)
30
public static
OrderedEnumerableRowCollection
<TRow> OrderBy<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelector)
34
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
42
public static
OrderedEnumerableRowCollection
<TRow> OrderBy<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelector, IComparer<TKey> comparer)
45
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
53
public static
OrderedEnumerableRowCollection
<TRow> OrderByDescending<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelector)
57
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
65
public static
OrderedEnumerableRowCollection
<TRow> OrderByDescending<TRow, TKey>(this EnumerableRowCollection<TRow> source, Func<TRow, TKey> keySelector, IComparer<TKey> comparer)
69
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
77
public static
OrderedEnumerableRowCollection
<TRow> ThenBy<TRow, TKey>(this
OrderedEnumerableRowCollection
<TRow> source, Func<TRow, TKey> keySelector)
80
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
89
public static
OrderedEnumerableRowCollection
<TRow> ThenBy<TRow, TKey>(this
OrderedEnumerableRowCollection
<TRow> source, Func<TRow, TKey> keySelector, IComparer<TKey> comparer)
92
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
101
public static
OrderedEnumerableRowCollection
<TRow> ThenByDescending<TRow, TKey>(this
OrderedEnumerableRowCollection
<TRow> source, Func<TRow, TKey> keySelector)
104
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
113
public static
OrderedEnumerableRowCollection
<TRow> ThenByDescending<TRow, TKey>(this
OrderedEnumerableRowCollection
<TRow> source, Func<TRow, TKey> keySelector, IComparer<TKey> comparer)
116
OrderedEnumerableRowCollection
<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie);
System\Data\TypedTableBaseExtensions.cs (4)
28
public static
OrderedEnumerableRowCollection
<TRow> OrderBy<TRow, TKey>(this TypedTableBase<TRow> source, Func<TRow, TKey> keySelector) where TRow : DataRow
38
public static
OrderedEnumerableRowCollection
<TRow> OrderBy<TRow, TKey>(
51
public static
OrderedEnumerableRowCollection
<TRow> OrderByDescending<TRow, TKey>(this TypedTableBase<TRow> source, Func<TRow, TKey> keySelector) where TRow : DataRow
61
public static
OrderedEnumerableRowCollection
<TRow> OrderByDescending<TRow, TKey>(
System.Data.DataSetExtensions (1)
System.Data.DataSetExtensions.cs (1)
11
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
OrderedEnumerableRowCollection
<>))]