3 references to EnumerableRowCollection
System.Data.DataSetExtensions (3)
System\Data\EnumerableRowCollectionExtensions.cs (2)
32
new
EnumerableRowCollection
<TRow>(source, Enumerable.Where<TRow>(source, predicate), null); //copy constructor
180
return new
EnumerableRowCollection
<S>(((object)source) as EnumerableRowCollection<S>,
System\Data\OrderedEnumerableRowCollection.cs (1)
29
:
base
(enumerableTable, enumerableRows, null)