2 writes to _xmlText
System.Data.Common (2)
System\Data\DataColumn.cs (1)
1334_table._xmlText = null;
System\Data\DataTable.cs (1)
2100_xmlText = value;
10 references to _xmlText
System.Data.Common (10)
System\Data\DataTable.cs (5)
1534if ((value > 0) && (_xmlText != null)) 2078get { return _xmlText; } 2081if (_xmlText != value) 2083if (_xmlText != null) 2089Columns.Remove(_xmlText);
System\Data\XmlDataLoader.cs (2)
798c = table._xmlText; // Get XML Text column from our table 1032c = table._xmlText; // Get XML Text column from our table
System\Data\xmlsaver.cs (1)
2863if (((DataTable)_dTables[i]!)._xmlText != null)
System\Xml\XmlDataDocument.cs (2)
1386if (tb._xmlText == null) 1388object value = row[tb._xmlText];