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