5 references to RecordCapacity
System.Data (5)
fx\src\data\System\Data\DataColumn.cs (2)
788
for (int i = 0; i < table.
RecordCapacity
; i++) {
810
for (int i = 0; i < table.
RecordCapacity
; i++) {
fx\src\data\System\Data\DataColumnCollection.cs (3)
332
if (0 < table.
RecordCapacity
) {
334
column.SetCapacity(table.
RecordCapacity
);
338
for (int record = 0; record < table.
RecordCapacity
; record++) {