3 references to EnumerableRowCollection
System.Data.Common (3)
System\Data\EnumerableRowCollectionExtensions.cs (2)
22EnumerableRowCollection<TRow> edt = new EnumerableRowCollection<TRow>(source, Enumerable.Where(source, predicate), selector: null); 134return new EnumerableRowCollection<S>(((object)source) as EnumerableRowCollection<S>, typedEnumerable, ((object)selector) as Func<S, S>);
System\Data\OrderedEnumerableRowCollection.cs (1)
18: base(enumerableTable, enumerableRows, null)