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)
36
DataRow[] newRows =
_table
.NewRowArray(_recordCapacity);
69
for (int i = 0; i <
_table
.Columns.Count; i++)
71
_table
.Columns[i].SetCapacity(value);
127
int count =
_table
._columnCollection.Count;
130
_table
._columnCollection[i].FreeRecord(record);
154
int count =
_table
._columnCollection.Count;
158
DataColumn column =
_table
._columnCollection[i];
169
_freeRecordList.Capacity = _freeRecordList.Count +
_table
.Rows.Count;
222
_table
.NewUninitializedRecord() :
225
int count =
_table
.Columns.Count;
228
DataColumn dstColumn =
_table
.Columns[i];