共用方式為


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 會儲存在檢視狀態中。

適用於

另請參閱