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)
1539
if ((value > 0) && (
_xmlText
!= null))
2083
get { return
_xmlText
; }
2086
if (
_xmlText
!= value)
2088
if (
_xmlText
!= null)
2094
Columns.Remove(
_xmlText
);
System\Data\XmlDataLoader.cs (2)
804
c = table.
_xmlText
; // Get XML Text column from our table
1039
c = table.
_xmlText
; // Get XML Text column from our table
System\Data\xmlsaver.cs (1)
2880
if (((DataTable)_dTables[i]!).
_xmlText
!= null)
System\Xml\XmlDataDocument.cs (2)
1371
if (tb.
_xmlText
== null)
1373
object value = row[tb.
_xmlText
];