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