Base:
property
Count
System.Data.Common.DbParameterCollection.Count
4 references to Count
System.Data (4)
fx\src\Data\System\Data\ProviderBase\DbParameterCollectionHelper.cs (4)
74return Count-1; 189if ((index < 0) || (Count <= index)) { 220Debug.Assert((null != items) && (0 <= index) && (index < Count), "RemoveIndex, invalid"); 228Debug.Assert((null != items) && (0 <= index) && (index < Count), "Replace Index invalid");