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