9 references to EnumerableRowCollection
System.Data.DataSetExtensions (9)
System\Data\DataTableExtensions.cs (1)
39return new EnumerableRowCollection<DataRow>(source);
System\Data\TypedTableBase.cs (1)
65EnumerableRowCollection<T> erc = new EnumerableRowCollection<T>((DataTable)this);
System\Data\TypedTableBaseExtensions.cs (7)
32EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>((DataTable)source); 44EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>((DataTable)source); 57EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>((DataTable)source); 69EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>((DataTable)source); 82EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>((DataTable)source); 97EnumerableRowCollection<TRow> erc = new EnumerableRowCollection<TRow>((DataTable)source); 117return new EnumerableRowCollection<TRow>(source as DataTable);