1 write to tables
System.Data (1)
fx\src\data\System\Data\XMLDiffLoader.cs (1)
57
tables
= new ArrayList();
10 references to tables
System.Data (10)
fx\src\data\System\Data\XMLDiffLoader.cs (10)
47
if (!
tables
.Contains((DataTable)r.ChildTable)) {
48
tables
.Add((DataTable)r.ChildTable);
58
tables
.Add(dt);
62
ProcessDiffs(
tables
, reader);
67
ProcessErrors(
tables
, reader);
257
if (
tables
== null)
260
if (
tables
.Count == 0)
261
return (DataTable)
tables
[0];
263
for(int i = 0; i <
tables
.Count; i++) {
264
DataTable dt = (DataTable)
tables
[i];