Implemented interface member:
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Data.Common (9)
System\Data\Common\DataAdapter.cs (2)
189protected bool HasTableMappings() => ((null != _tableMappings) && (0 < TableMappings.Count)); 223if ((null != from._tableMappings) && (0 < from.TableMappings.Count))
System\Data\Common\DataTableMappingCollection.cs (7)
95return Count - 1; 152if (0 < Count) 195for (int i = 0; i < Count; ++i) 210for (int i = 0; i < Count; ++i) 226for (int i = 0; i < Count; ++i) 257if ((index < 0) || (Count <= index)) 287Debug.Assert((null != _items) && (0 <= index) && (index < Count), "RemoveIndex, invalid");