2 writes to tables
System.Data (2)
fx\src\data\System\Data\ConstraintEnumerator.cs (2)
26
tables
= (dataSet != null) ? dataSet.Tables.GetEnumerator() : null;
36
tables
= null;
3 references to tables
System.Data (3)
fx\src\data\System\Data\ConstraintEnumerator.cs (3)
33
while (
tables
!= null) {
35
if (!
tables
.MoveNext()) {
39
constraints = ((DataTable)
tables
.Current).Constraints.GetEnumerator();