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