다음을 통해 공유


LinqDataSourceSelectEventArgs 생성자

정의

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

public:
 LinqDataSourceSelectEventArgs(System::Web::UI::DataSourceSelectArguments ^ arguments, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ whereParameters, System::Collections::Specialized::IOrderedDictionary ^ orderByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ groupByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ orderGroupsByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ selectParameters);
public LinqDataSourceSelectEventArgs (System.Web.UI.DataSourceSelectArguments arguments, System.Collections.Generic.IDictionary<string,object> whereParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string,object> groupByParameters, System.Collections.Generic.IDictionary<string,object> orderGroupsByParameters, System.Collections.Generic.IDictionary<string,object> selectParameters);
new System.Web.UI.WebControls.LinqDataSourceSelectEventArgs : System.Web.UI.DataSourceSelectArguments * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Specialized.IOrderedDictionary * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> -> System.Web.UI.WebControls.LinqDataSourceSelectEventArgs
Public Sub New (arguments As DataSourceSelectArguments, whereParameters As IDictionary(Of String, Object), orderByParameters As IOrderedDictionary, groupByParameters As IDictionary(Of String, Object), orderGroupsByParameters As IDictionary(Of String, Object), selectParameters As IDictionary(Of String, Object))

매개 변수

arguments
DataSourceSelectArguments

데이터 페이징 및 정렬 방법을 결정하는 데이터 바인딩된 컨트롤에서 전달되는 값입니다. 자세한 내용은 Arguments 속성을 참조하세요.

whereParameters
IDictionary<String,Object>

Where 절을 만드는 데 사용되는 매개 변수 컬렉션입니다. 자세한 내용은 WhereParameters 속성을 참조하세요.

orderByParameters
IOrderedDictionary

Order By 절을 만드는 데 사용되는 매개 변수 컬렉션입니다. 자세한 내용은 OrderByParameters 속성을 참조하세요.

groupByParameters
IDictionary<String,Object>

Group By 절을 만드는 데 사용되는 매개 변수 컬렉션입니다. 자세한 내용은 GroupByParameters 속성을 참조하세요.

orderGroupsByParameters
IDictionary<String,Object>

그룹화된 데이터의 정렬에 사용되는 절을 만드는 데 사용되는 매개 변수 컬렉션입니다. 자세한 내용은 OrderGroupsByParameters 속성을 참조하세요.

selectParameters
IDictionary<String,Object>

Select 절을 만드는 데 사용되는 매개 변수 컬렉션입니다. 자세한 내용은 SelectParameters 속성을 참조하세요.

적용 대상