8 instantiations of OrderedEnumerableRowCollection
System.Data.DataSetExtensions (8)
System\Data\EnumerableRowCollectionExtensions.cs (8)
46OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 60OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 74OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 89OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 105new OrderedEnumerableRowCollection<TRow>((EnumerableRowCollection<TRow>)source, ie); 123new OrderedEnumerableRowCollection<TRow>((EnumerableRowCollection<TRow>)source, ie); 140new OrderedEnumerableRowCollection<TRow>((EnumerableRowCollection<TRow>)source, ie); 158new OrderedEnumerableRowCollection<TRow>((EnumerableRowCollection<TRow>)source, ie);
24 references to OrderedEnumerableRowCollection
System.Data.DataSetExtensions (24)
System\Data\EnumerableRowCollectionExtensions.cs (20)
40public static OrderedEnumerableRowCollection<TRow> OrderBy<TRow, TKey>( 46OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 54public static OrderedEnumerableRowCollection<TRow> OrderBy<TRow, TKey>( 60OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 68public static OrderedEnumerableRowCollection<TRow> OrderByDescending<TRow, TKey>( 74OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 82public static OrderedEnumerableRowCollection<TRow> OrderByDescending<TRow, TKey>( 89OrderedEnumerableRowCollection<TRow> edt = new OrderedEnumerableRowCollection<TRow>(source, ie); 97public static OrderedEnumerableRowCollection<TRow> ThenBy<TRow, TKey>( 98this OrderedEnumerableRowCollection<TRow> source, 104OrderedEnumerableRowCollection<TRow> edt = 114public static OrderedEnumerableRowCollection<TRow> ThenBy<TRow, TKey>( 115this OrderedEnumerableRowCollection<TRow> source, 122OrderedEnumerableRowCollection<TRow> edt = 132public static OrderedEnumerableRowCollection<TRow> ThenByDescending<TRow, TKey>( 133this OrderedEnumerableRowCollection<TRow> source, 139OrderedEnumerableRowCollection<TRow> edt = 149public static OrderedEnumerableRowCollection<TRow> ThenByDescending<TRow, TKey>( 150this OrderedEnumerableRowCollection<TRow> source, 157OrderedEnumerableRowCollection<TRow> edt =
System\Data\TypedTableBaseExtensions.cs (4)
39public static OrderedEnumerableRowCollection<TRow> OrderBy<TRow, TKey>( 51public static OrderedEnumerableRowCollection<TRow> OrderBy<TRow, TKey>( 64public static OrderedEnumerableRowCollection<TRow> OrderByDescending<TRow, TKey>( 76public static OrderedEnumerableRowCollection<TRow> OrderByDescending<TRow, TKey>(