2 writes to tables
System.Data (2)
fx\src\data\System\Data\DataTableReader.cs (2)
40
tables
= new DataTable[1] {dataTable};
54
tables
= new DataTable[dataTables.Length];
4 references to tables
System.Data (4)
fx\src\data\System\Data\DataTableReader.cs (4)
58
tables
[i] = dataTables[i];
103
currentDataTable =
tables
[tableCounter];
141
if ((tableCounter ==
tables
.Length -1))
144
currentDataTable =
tables
[++tableCounter];