SqlDataSourceSelectingEventArgs.Arguments 속성

정의

DataSourceSelectArguments 메서드에 전달된 Select(DataSourceSelectArguments) 개체를 가져옵니다.

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 개체이거나, DataSourceSelectArguments를 만드는 동안 SqlDataSourceSelectingEventArgs 개체가 지정되지 않으면 null입니다.

설명

검사할 수 있습니다는 DataSourceSelectArguments 정렬, 페이징 여부를 확인 하려면 개체 또는 행 개수 데이터 검색 작업의 일부로 요청 됩니다.

데이터 바인딩된 컨트롤을 사용 합니다 DataSourceSelectArguments 하도록 요청 하는 클래스는 SqlDataSource 결과 집합 데이터를 정렬 하거나 데이터의 특정 하위 집합을 반환 하는 등의 추가적인 데이터 관련 작업을 수행 합니다. 이러한 데이터 관련 작업은 열거 하는 DataSourceCapabilities 열거형입니다. 자세한 내용은 DataSourceSelectArguments를 참조하세요.

적용 대상

추가 정보