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