1 write to Row
System.Data.Common (1)
System\Data\DataRowChangeEvent.cs (1)
13Row = row;
4 references to Row
System.Data.Common (4)
System\Data\DataTableReader.cs (2)
961if (args.Row.RowState == DataRowState.Detached) 963if (args.Row != _currentDataRow)
System\Xml\XmlDataDocument.cs (2)
2023DataRow row = args.Row; 2082DataRow row = args.Row;