ObjectDataSourceView.StartRowIndexParameterName 속성

정의

데이터 소스 페이징 지원을 위해 결과 집합에서 검색할 첫 번째 레코드의 정수 인덱스를 나타내는 데 사용되는 데이터 검색 메서드 매개 변수의 이름을 가져오거나 설정합니다.

public:
 property System::String ^ StartRowIndexParameterName { System::String ^ get(); void set(System::String ^ value); };
public string StartRowIndexParameterName { get; set; }
member this.StartRowIndexParameterName : string with get, set
Public Property StartRowIndexParameterName As String

속성 값

String

검색할 첫 번째 레코드를 나타내는 데 사용되는 비즈니스 개체 메서드 매개 변수의 이름입니다. 기본값은 "startRowIndex"입니다.

설명

StartRowIndexParameterName 페이징을 사용 하도록 설정 되어야 합니다. 페이징을 지 원하는 방법에 대 한 정보에 대 한 합니다 ObjectDataSourceView 개체를 참조 하십시오 EnablePaging합니다.

값을 StartRowIndexParameterName 속성은 뷰 상태에 저장 됩니다.

적용 대상

추가 정보