1 write to table
System.Data (1)
fx\src\data\System\Data\RecordManager.cs (1)
28this.table = table;
11 references to table
System.Data (11)
fx\src\data\System\Data\RecordManager.cs (11)
38DataRow[] newRows = table.NewRowArray(recordCapacity); 69for (int i = 0; i < table.Columns.Count; i++) { 70table.Columns[i].SetCapacity(value); 117int count = table.columnCollection.Count; 119table.columnCollection[i].FreeRecord(record); 139int count = table.columnCollection.Count; 143DataColumn column = table.columnCollection[i]; 152freeRecordList.Capacity = freeRecordList.Count + table.Rows.Count; 194newRecord = table.NewUninitializedRecord(); 200int count = table.Columns.Count; 202DataColumn dstColumn = table.Columns[i];