10 references to TypedTableBase
netstandard (1)
netstandard.cs (1)
602
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
TypedTableBase
<>))]
System.Data.Common (8)
System\Data\TypedTableBaseExtensions.cs (8)
18
public static EnumerableRowCollection<TRow> Where<TRow>(this
TypedTableBase
<TRow> source, Func<TRow, bool> predicate) where TRow : DataRow
28
public static OrderedEnumerableRowCollection<TRow> OrderBy<TRow, TKey>(this
TypedTableBase
<TRow> source, Func<TRow, TKey> keySelector) where TRow : DataRow
39
this
TypedTableBase
<TRow> source,
51
public static OrderedEnumerableRowCollection<TRow> OrderByDescending<TRow, TKey>(this
TypedTableBase
<TRow> source, Func<TRow, TKey> keySelector) where TRow : DataRow
62
this
TypedTableBase
<TRow> source,
77
public static EnumerableRowCollection<S> Select<TRow, S>(this
TypedTableBase
<TRow> source, Func<TRow, S> selector) where TRow : DataRow
89
public static EnumerableRowCollection<TRow> AsEnumerable<TRow>(this
TypedTableBase
<TRow> source) where TRow : DataRow
95
public static TRow? ElementAtOrDefault<TRow>(this
TypedTableBase
<TRow> source, int index) where TRow : DataRow
System.Data.DataSetExtensions (1)
System.Data.DataSetExtensions.cs (1)
12
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Data.
TypedTableBase
<>))]