ObjectDataSourceView.MaximumRowsParameterName Property
.NET Framework (current version)
Gets or sets the name of the data retrieval method parameter that is used to indicate the number of records to retrieve for data source paging support.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe name of the method parameter used to indicate the number of records to retrieve. The default is "maximumRows".
The MaximumRowsParameterName property is used to support data source paging. For more information, see EnablePaging.
The value of the MaximumRowsParameterName property is stored in view state.
.NET Framework
Available since 2.0
Available since 2.0
Show: