1 write to _rowCollection
System.Data.Common (1)
System\Data\DataTable.cs (1)
174
_rowCollection
= new DataRowCollection(this);
1 reference to _rowCollection
System.Data.Common (1)
System\Data\DataTable.cs (1)
1763
public DataRowCollection Rows =>
_rowCollection
;