ObjectDataSourceSelectingEventArgs 생성자

정의

ObjectDataSourceSelectingEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 ObjectDataSourceSelectingEventArgs(System::Collections::Specialized::IOrderedDictionary ^ inputParameters, System::Web::UI::DataSourceSelectArguments ^ arguments, bool executingSelectCount);
public ObjectDataSourceSelectingEventArgs (System.Collections.Specialized.IOrderedDictionary inputParameters, System.Web.UI.DataSourceSelectArguments arguments, bool executingSelectCount);
new System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs : System.Collections.Specialized.IOrderedDictionary * System.Web.UI.DataSourceSelectArguments * bool -> System.Web.UI.WebControls.ObjectDataSourceSelectingEventArgs
Public Sub New (inputParameters As IOrderedDictionary, arguments As DataSourceSelectArguments, executingSelectCount As Boolean)

매개 변수

inputParameters
IOrderedDictionary

IDictionary 개체의 Parameter입니다.

arguments
DataSourceSelectArguments

DataSourceSelectArguments가 결과 집합에서 데이터를 정렬하거나 데이터의 특정 하위 집합을 반환하는 등의 추가적인 데이터 관련 작업을 지정하는 ObjectDataSource입니다.

executingSelectCount
Boolean

ObjectDataSource가 데이터의 행 개수는 물론 데이터를 검색하고 있음을 나타내려면 true이고, 그렇지 않으면 false입니다.

설명

합니다 inputParameters 매개 변수는는 IDictionary 메서드 시그니처의 일치 및 참조로 전달 되는 이름/값 쌍의 컬렉션입니다.

적용 대상

추가 정보