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