Gets or sets the name of the business object data retrieval method parameter that is used to indicate the number of records to retrieve for data source paging support.
Documentation for this section has not yet been entered.
The ObjectDataSource.MaximumRowsParameterName property is used to support data source paging. For information about how paging is supported by the System.Web.UI.WebControls.ObjectDataSource control, see ObjectDataSource.EnablePaging.
The ObjectDataSource.MaximumRowsParameterName property delegates to the ObjectDataSourceView.MaximumRowsParameterName property of the System.Web.UI.WebControls.ObjectDataSourceView object that is associated with the System.Web.UI.WebControls.ObjectDataSource control.