Implemented interface member:
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Data (9)
fx\src\data\System\Data\Common\DataAdapter.cs (2)
266
return ((null != _tableMappings) && (0 < TableMappings.
Count
));
301
if ((null != from._tableMappings) && (0 < from.TableMappings.
Count
)) {
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (7)
119
return
Count
-1;
179
if (0 <
Count
) {
224
for (int i = 0; i <
Count
; ++i) {
235
for (int i = 0; i <
Count
; ++i) {
247
for (int i = 0; i <
Count
; ++i) {
272
if ((index < 0) || (
Count
<= index)) {
296
Debug.Assert((null != items) && (0 <= index) && (index <
Count
), "RemoveIndex, invalid");