15 references to _tables
System.Data.Common (15)
System\Data\xmlsaver.cs (15)
292
if (!
_tables
.Contains(((ForeignKeyConstraint)constr).RelatedTable))
483
if (!
_tables
.Contains(r.ChildTable))
485
_tables
.Add(r.ChildTable);
507
for (int i = 0; i <
_tables
.Count; i++)
509
DataTable table = (DataTable)
_tables
[i]!;
563
_tables
.Add(table);
574
_tables
.Add(dt);
641
GenerateConstraintNames(
_tables
);
652
SetupAutoGenerated(
_tables
);
765
if (ds != null &&
_tables
.Count > 0)
773
else if (writeHierarchy &&
_tables
.Count > 0)
775
CreateRelations((DataTable)
_tables
[0]!);
2071
if (
_tables
.Count > 0)
2073
if (!
_tables
.Contains(foreign.RelatedTable) || !
_tables
.Contains(foreign.Table))