2 writes to _xmlText
System.Data.Common (2)
System\Data\DataColumn.cs (1)
1335_table._xmlText = null;
System\Data\DataTable.cs (1)
2105_xmlText = value;
10 references to _xmlText
System.Data.Common (10)
System\Data\DataTable.cs (5)
1539if ((value > 0) && (_xmlText != null)) 2083get { return _xmlText; } 2086if (_xmlText != value) 2088if (_xmlText != null) 2094Columns.Remove(_xmlText);
System\Data\XmlDataLoader.cs (2)
804c = table._xmlText; // Get XML Text column from our table 1039c = table._xmlText; // Get XML Text column from our table
System\Data\xmlsaver.cs (1)
2880if (((DataTable)_dTables[i]!)._xmlText != null)
System\Xml\XmlDataDocument.cs (2)
1371if (tb._xmlText == null) 1373object value = row[tb._xmlText];