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 지정하는 A.
- executingSelectCount
- Boolean
true 데이터 자체 외에도 데이터 행 수를 검색하고 있음을 나타내 ObjectDataSource 려면 이고, false그렇지 않으면 .
설명
inputParameters 매개 변수는 IDictionary 메서드 서명의 이름과 일치하고 참조로 전달되는 이름/값 쌍의 컬렉션입니다.