QueryContext Oluşturucu

Tanım

, , QueryContext, WhereParametersOrderGroupsByParameters, , OrderByParametersve GroupByParameters özelliklerini kullanarak sınıfın SelectParametersyeni örneğini Arguments başlatır.

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)

Parametreler

whereParameters
IDictionary<String,Object>

Veri kaynağının yan tümcesini oluşturmak Where için kullandığı parametre koleksiyonu.

orderGroupsByParameters
IDictionary<String,Object>

Veri kaynağının yan tümcesini oluşturmak OrderGroupsBy için kullandığı parametre koleksiyonu.

orderByParameters
IOrderedDictionary

Veri kaynağının yan tümcesini oluşturmak OrderBy için kullandığı parametre koleksiyonu.

groupByParameters
IDictionary<String,Object>

Veri kaynağının yan tümcesini oluşturmak GroupBy için kullandığı parametre koleksiyonu.

selectParameters
IDictionary<String,Object>

Veri kaynağının komutu oluşturmak Select için kullandığı parametre koleksiyonu.

arguments
DataSourceSelectArguments

Sınıfına geçirebilmek için QueryContext bağımsız değişkenler.

Şunlara uygulanır