5 references to RecordCapacity
System.Data.Common (5)
System\Data\DataColumn.cs (2)
783
for (int i = 0; i < _table.
RecordCapacity
; i++)
806
for (int i = 0; i < _table.
RecordCapacity
; i++)
System\Data\DataColumnCollection.cs (3)
351
if (0 < _table.
RecordCapacity
)
354
column.SetCapacity(_table.
RecordCapacity
);
358
for (int record = 0; record < _table.
RecordCapacity
; record++)