ObjectDataSourceView.MaximumRowsParameterName 属性

定义

获取或设置数据检索方法参数的名称,该参数用于指示为数据源分页支持检索的记录数。

public:
 property System::String ^ MaximumRowsParameterName { System::String ^ get(); void set(System::String ^ value); };
public string MaximumRowsParameterName { get; set; }
member this.MaximumRowsParameterName : string with get, set
Public Property MaximumRowsParameterName As String

属性值

String

用于指示要检索的记录数的方法参数的名称。 默认值为“maximumRows”。

注解

MaximumRowsParameterName 属性用于支持数据源分页。 有关详细信息,请参阅 EnablePaging

属性的值 MaximumRowsParameterName 存储在视图状态中。

适用于

另请参阅