1 instantiation of DataRowCollection
System.Data (1)
fx\src\data\System\Data\DataTable.cs (1)
191this.rowCollection = new DataRowCollection(this);
10 references to DataRowCollection
System.Data (10)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2333DataRowCollection 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)
1310DataRowCollection 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> 49internal readonly DataRowCollection rowCollection; 1641public DataRowCollection Rows {
fx\src\data\System\Data\SqlClient\SqlConnectionStringBuilder.cs (1)
1336DataRowCollection rows = table.Rows;
fx\src\data\System\Data\xmlsaver.cs (1)
2017DataRowCollection rc = dt.Rows;