1 write to _totalRowCount
System.Web (1)
UI\DataSourceSelectArguments.cs (1)
142
_totalRowCount
= value;
3 references to _totalRowCount
System.Web (3)
UI\DataSourceSelectArguments.cs (3)
139
return
_totalRowCount
;
165
_totalRowCount
.GetHashCode());
176
(arguments.TotalRowCount ==
_totalRowCount
));