1 write to MaximumRowsParameterName
System.Web (1)
UI\WebControls\ObjectDataSource.cs (1)
347
GetView().
MaximumRowsParameterName
= value;
3 references to MaximumRowsParameterName
System.Web (3)
UI\WebControls\ObjectDataSource.cs (1)
344
return GetView().
MaximumRowsParameterName
;
UI\WebControls\ObjectDataSourceView.cs (2)
330
if (
MaximumRowsParameterName
!= value) {
1077
string maximumRowsParameterName =
MaximumRowsParameterName
;