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 속성은 뷰 상태에 저장 됩니다.

적용 대상

추가 정보