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