3 references to GetInitialTextFromNodes
System.Data (3)
fx\src\data\System\Data\XmlDataLoader.cs (3)
423
SetRowValueFromXmlText( row, c,
GetInitialTextFromNodes
( ref n ) );
520
SetRowValueFromXmlText( topMostRow, c,
GetInitialTextFromNodes
( ref n ) );
695
foundColumns[c.Ordinal] = c.ConvertXmlToObject(
GetInitialTextFromNodes
(ref n));