1 instantiation of DataRowCollection
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
191
this.rowCollection = new
DataRowCollection
(this);
10 references to DataRowCollection
System.Data (10)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2333
DataRowCollection
rowCollection = dataTable.Rows;
fx\src\data\System\Data\DataRowCollection.cs (2)
57
/// <para>Adds the specified <see cref='System.Data.DataRow'/> to the <see cref='System.Data.
DataRowCollection
'/> object.</para>
108
/// <see cref='System.Data.
DataRowCollection
'/>.</para>
fx\src\data\System\Data\DataSet.cs (1)
1310
DataRowCollection
rows = Tables[tableIndex].Rows;
fx\src\data\System\Data\DataTable.cs (4)
45
/// Monotonically increasing number representing the order <see cref="DataRow"/> have been added to <see cref="
DataRowCollection
"/>.
47
/// <remarks>This limits <see cref="
DataRowCollection
.Add(DataRow)"/> to <see cref="Int32.MaxValue"/> operations.</remarks>
49
internal readonly
DataRowCollection
rowCollection;
1641
public
DataRowCollection
Rows {
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1336
DataRowCollection
rows = table.Rows;
fx\src\data\System\Data\xmlsaver.cs (1)
2017
DataRowCollection
rc = dt.Rows;