Implemented interface member:
property
Count
System.Collections.ICollection.Count
9 references to Count
System.Data.Common (9)
System\Data\DataView.cs (9)
815OnListChanged(new ListChangedEventArgs(ListChangedType.ItemDeleted, Count)); 827var temp = new DataRowView[Count]; 844return Count - 1; 866return Count - 1; 1213if (unchecked((uint)Count <= (uint)recordIndex)) 1226int count = Count; 1308_addNewMoved = new ListChangedEventArgs(ListChangedType.ItemMoved, index, Count - 1); 1761Count != view.Count ||