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