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