4 references to Row
System.Data (4)
fx\src\data\System\Data\DataTableReader.cs (2)
818
if ( args.
Row
.RowState == DataRowState.Detached ) {
819
if (args.
Row
!= currentDataRow) {
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
1782
DataRow row = args.
Row
;
1845
DataRow row = args.
Row
;