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