2 writes to xmlText
System.Data (2)
fx\src\data\System\Data\DataColumn.cs (1)
1334table.xmlText = null;
fx\src\data\System\Data\DataTable.cs (1)
1952xmlText = value;
10 references to xmlText
System.Data (10)
fx\src\data\System\Data\DataTable.cs (5)
1434if ((value > 0) && (xmlText != null)) 1936return xmlText; 1939if (xmlText != value) { 1940if (xmlText != null) { 1944Columns.Remove(xmlText);
fx\src\data\System\Data\XmlDataLoader.cs (2)
759c = table.xmlText; // Get XML Text column from our table 980c = table.xmlText; // Get XML Text column from our table
fx\src\data\System\Data\xmlsaver.cs (1)
2488if (((DataTable)_dTables[i]).xmlText != null) {
fx\src\data\System\NewXml\XmlDataDocument.cs (2)
1235if ( tb.xmlText == null ) 1237object value = row[tb.xmlText];