ObjectDataSourceSelectingEventArgs.Arguments 속성

정의

데이터를 검색할 때 ObjectDataSource 개체에서 데이터 관련 작업을 요청하는 데 사용할 수 있는 메커니즘을 제공합니다.

public:
 property System::Web::UI::DataSourceSelectArguments ^ Arguments { System::Web::UI::DataSourceSelectArguments ^ get(); };
public System.Web.UI.DataSourceSelectArguments Arguments { get; }
member this.Arguments : System.Web.UI.DataSourceSelectArguments
Public ReadOnly Property Arguments As DataSourceSelectArguments

속성 값

DataSourceSelectArguments

DataSourceSelectArguments가 결과 집합에 대해 수행해야 하는 추가적인 데이터 관련 작업을 지정하는 ObjectDataSource입니다.

설명

데이터 바인딩된 컨트롤을 사용 합니다 DataSourceSelectArguments 하도록 요청 하는 클래스는 ObjectDataSource 개체 데이터를 정렬 하거나 데이터의 특정 하위 집합을 반환 하는 같은 결과 집합에 대해 추가 데이터 관련 작업을 수행 합니다. 이러한 데이터 관련 작업은 열거 하는 DataSourceCapabilities 열거형입니다. Arguments 속성 이므로 읽기 전용으로 검사할 수는 있지만 변경 되지 데이터 바인딩된 컨트롤에 의해 전달 되는 인수입니다. 자세한 내용은 DataSourceSelectArguments를 참조하세요.

적용 대상

추가 정보