ObjectDataSourceView.MaximumRowsParameterName 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据检索方法参数的名称,该参数用于指示为数据源分页支持检索的记录数。
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
属性值
用于指示要检索的记录数的方法参数的名称。 默认值为“maximumRows”。
注解
该 MaximumRowsParameterName 属性用于支持数据源分页。 有关详细信息,请参阅 EnablePaging。
属性的值 MaximumRowsParameterName 存储在视图状态中。