QueryContext 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
QueryContext, WhereParameters, OrderGroupsByParameters, OrderByParameters, GroupByParameters 및 SelectParameters 속성을 사용하여 Arguments 클래스의 새 인스턴스를 초기화합니다.
public:
QueryContext(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ whereParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ orderGroupsByParameters, System::Collections::Specialized::IOrderedDictionary ^ orderByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ groupByParameters, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ selectParameters, System::Web::UI::DataSourceSelectArguments ^ arguments);
public QueryContext (System.Collections.Generic.IDictionary<string,object> whereParameters, System.Collections.Generic.IDictionary<string,object> orderGroupsByParameters, System.Collections.Specialized.IOrderedDictionary orderByParameters, System.Collections.Generic.IDictionary<string,object> groupByParameters, System.Collections.Generic.IDictionary<string,object> selectParameters, System.Web.UI.DataSourceSelectArguments arguments);
new System.Web.UI.WebControls.QueryContext : System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Specialized.IOrderedDictionary * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.QueryContext
Public Sub New (whereParameters As IDictionary(Of String, Object), orderGroupsByParameters As IDictionary(Of String, Object), orderByParameters As IOrderedDictionary, groupByParameters As IDictionary(Of String, Object), selectParameters As IDictionary(Of String, Object), arguments As DataSourceSelectArguments)
매개 변수
- whereParameters
- IDictionary<String,Object>
데이터 소스가 Where
절을 만드는 데 사용하는 매개 변수 컬렉션입니다.
- orderGroupsByParameters
- IDictionary<String,Object>
데이터 소스가 OrderGroupsBy
절을 만드는 데 사용하는 매개 변수 컬렉션입니다.
- orderByParameters
- IOrderedDictionary
데이터 소스가 OrderBy
절을 만드는 데 사용하는 매개 변수 컬렉션입니다.
- groupByParameters
- IDictionary<String,Object>
데이터 소스가 GroupBy
절을 만드는 데 사용하는 매개 변수 컬렉션입니다.
- selectParameters
- IDictionary<String,Object>
데이터 소스가 Select
명령을 만드는 데 사용하는 매개 변수 컬렉션입니다.
- arguments
- DataSourceSelectArguments
QueryContext 클래스에 전달할 인수입니다.