1 write to _table
System.Data.Common (1)
System\Data\RecordManager.cs (1)
26_table = table;
11 references to _table
System.Data.Common (11)
System\Data\RecordManager.cs (11)
36DataRow[] newRows = _table.NewRowArray(_recordCapacity); 69for (int i = 0; i < _table.Columns.Count; i++) 71_table.Columns[i].SetCapacity(value); 127int count = _table._columnCollection.Count; 130_table._columnCollection[i].FreeRecord(record); 154int count = _table._columnCollection.Count; 158DataColumn column = _table._columnCollection[i]; 169_freeRecordList.Capacity = _freeRecordList.Count + _table.Rows.Count; 222_table.NewUninitializedRecord() : 225int count = _table.Columns.Count; 228DataColumn dstColumn = _table.Columns[i];