2 writes to Row
System.Data.Common (2)
System\Data\DataColumnChangeEvent.cs (2)
12
Row
= row;
20
Row
= row;
2 references to Row
System.Data.Common (2)
System\Xml\XmlDataDocument.cs (2)
1586
Debug.Assert(args.
Row
.RowState != DataRowState.Deleted);
1598
DataRow row = args.
Row
;