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)
266return ((null != _tableMappings) && (0 < TableMappings.Count)); 301if ((null != from._tableMappings) && (0 < from.TableMappings.Count)) {
fx\src\data\System\Data\Common\DataTableMappingCollection.cs (7)
119return Count-1; 179if (0 < Count) { 224for (int i = 0; i < Count; ++i) { 235for (int i = 0; i < Count; ++i) { 247for (int i = 0; i < Count; ++i) { 272if ((index < 0) || (Count <= index)) { 296Debug.Assert((null != items) && (0 <= index) && (index < Count), "RemoveIndex, invalid");