1 write to topMostRow
System.Data (1)
fx\src\data\System\Data\XmlDataLoader.cs (1)
505
topMostRow
= table.CreateEmptyRow();
2 references to topMostRow
System.Data (2)
fx\src\data\System\Data\XmlDataLoader.cs (2)
507
foundColumns = new bool[
topMostRow
.Table.Columns.Count];
520
SetRowValueFromXmlText(
topMostRow
, c, GetInitialTextFromNodes( ref n ) );