Implemented interface member:
property
Count
System.Collections.ICollection.Count
11 references to Count
System.Data (9)
fx\src\data\System\Data\DataView.cs (9)
862
OnListChanged(new ListChangedEventArgs(ListChangedType.ItemDeleted,
Count
));
875
DataRowView[] temp = new DataRowView[this.
Count
];
898
return
Count
- 1;
920
return
Count
- 1;
1264
if (unchecked((uint)
Count
<= (uint)recordIndex))
1273
int count =
Count
;
1342
addNewMoved = new ListChangedEventArgs(ListChangedType.ItemMoved, index,
Count
- 1);
1748
this.
Count
!= view.
Count
||
System.Web (2)
UI\WebControls\ObjectDataSourceView.cs (2)
1011
arguments.TotalRowCount = dataView.
Count
;
1137
arguments.TotalRowCount = dataView.
Count
;