LinqDataSourceSelectEventArgs Oluşturucu
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
LinqDataSourceSelectEventArgs sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- arguments
- DataSourceSelectArguments
Verilerin nasıl sayfalandırıldığını ve sıralandığını belirleyen veri bağlı denetimden geçirilen değerler. Daha fazla bilgi için özelliğine Arguments bakın.
- whereParameters
- IDictionary<String,Object>
Where yan tümcesini oluşturmak için kullanılan parametre koleksiyonu. Daha fazla bilgi için özelliğine WhereParameters bakın.
- orderByParameters
- IOrderedDictionary
Order By yan tümcesini oluşturmak için kullanılan parametre koleksiyonu. Daha fazla bilgi için özelliğine OrderByParameters bakın.
- groupByParameters
- IDictionary<String,Object>
Group By yan tümcesini oluşturmak için kullanılan parametre koleksiyonu. Daha fazla bilgi için özelliğine GroupByParameters bakın.
- orderGroupsByParameters
- IDictionary<String,Object>
Gruplandırılmış verileri sıralamak için kullanılan yan tümcesini oluşturmak için kullanılan parametre koleksiyonu. Daha fazla bilgi için özelliğine OrderGroupsByParameters bakın.
- selectParameters
- IDictionary<String,Object>
Select yan tümcesini oluşturmak için kullanılan parametre koleksiyonu. Daha fazla bilgi için özelliğine SelectParameters bakın.