ObjectDataSourceSelectingEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 메서드 시그니처의 일치 및 참조로 전달 되는 이름/값 쌍의 컬렉션입니다.