QueryContext Konstruktor
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menginisialisasi instans QueryContext baru kelas dengan menggunakan WhereParametersproperti , , OrderGroupsByParametersOrderByParameters, GroupByParameters, SelectParameters, dan 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)
Parameter
- whereParameters
- IDictionary<String,Object>
Kumpulan parameter yang digunakan sumber data untuk membuat Where klausa.
- orderGroupsByParameters
- IDictionary<String,Object>
Kumpulan parameter yang digunakan sumber data untuk membuat OrderGroupsBy klausa.
- orderByParameters
- IOrderedDictionary
Kumpulan parameter yang digunakan sumber data untuk membuat OrderBy klausa.
- groupByParameters
- IDictionary<String,Object>
Kumpulan parameter yang digunakan sumber data untuk membuat GroupBy klausa.
- selectParameters
- IDictionary<String,Object>
Kumpulan parameter yang digunakan sumber data untuk membuat Select perintah.
- arguments
- DataSourceSelectArguments
Argumen yang akan diteruskan ke QueryContext kelas.