ObjectDataSource.MaximumRowsParameterName Property
.NET Framework 3.0
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.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
ObjectDataSource Members
System.Web.UI.WebControls Namespace
StartRowIndexParameterName
ObjectDataSource.EnablePaging Property
CanPage
Select
Data Source Web Server Controls
ObjectDataSource Control Overview
Creating an ObjectDataSource Control Source Object
Assembly: System.Web (in system.web.dll)
public: property String^ MaximumRowsParameterName { String^ get (); void set (String^ value); }
/** @property */ public String get_MaximumRowsParameterName () /** @property */ public void set_MaximumRowsParameterName (String value)
public function get MaximumRowsParameterName () : String public function set MaximumRowsParameterName (value : String)
Not applicable.
Property Value
The name of the SelectMethod parameter that is used to indicate the number of records to retrieve. The default is "maximumRows".The MaximumRowsParameterName property is used to support data source paging. For information about how paging is supported by the ObjectDataSource control, see EnablePaging.
Note: |
|---|
| If you are not familiar with the Data Access features in ASP.NET 2.0, you should read some of these topics before continuing: |
The MaximumRowsParameterName property delegates to the MaximumRowsParameterName property of the ObjectDataSourceView object that is associated with the ObjectDataSource control.
Reference
ObjectDataSource ClassObjectDataSource Members
System.Web.UI.WebControls Namespace
StartRowIndexParameterName
ObjectDataSource.EnablePaging Property
CanPage
Select
Other Resources
ASP.NET Data Access OverviewData Source Web Server Controls
ObjectDataSource Control Overview
Creating an ObjectDataSource Control Source Object
Community Additions
ADD
Show:
Note: