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)
public: property String^ MaximumRowsParameterName { String^ get(); void set(String^ value); }
Property Value
Type: System::String^The 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: