9 references to EnumerableRowCollection
System.Data.Common (9)
System\Data\DataTableExtensions.cs (1)
24return new EnumerableRowCollection<DataRow>(source);
System\Data\TypedTableBase.cs (1)
60EnumerableRowCollection<T> erc = new EnumerableRowCollection<T>(this);
System\Data\TypedTableBaseExtensions.cs (7)
21EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>(source); 31EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>(source); 44EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>(source); 54EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>(source); 67EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>(source); 80EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>(source); 92return new EnumerableRowCollection<TRow>(source as DataTable);