LinqDataSourceSelectEventArgs Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de LinqDataSourceSelectEventArgs klasse.
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))
Parameters
- arguments
- DataSourceSelectArguments
De waarden die worden doorgegeven vanuit het gegevensgebonden besturingselement die bepalen hoe de gegevens worden gepaginad en gesorteerd. Voor meer informatie, zie de eigenschap Arguments.
- whereParameters
- IDictionary<String,Object>
De verzameling parameters die wordt gebruikt om de Where-component te maken. Voor meer informatie, zie de eigenschap WhereParameters.
- orderByParameters
- IOrderedDictionary
De verzameling parameters die wordt gebruikt om de Order By-component te maken. Voor meer informatie, zie de eigenschap OrderByParameters.
- groupByParameters
- IDictionary<String,Object>
De verzameling parameters die wordt gebruikt om de Group By-component te maken. Voor meer informatie, zie de eigenschap GroupByParameters.
- orderGroupsByParameters
- IDictionary<String,Object>
De verzameling parameter die wordt gebruikt om de component te maken die wordt gebruikt voor het sorteren van gegroepeerde gegevens. Voor meer informatie, zie de eigenschap OrderGroupsByParameters.
- selectParameters
- IDictionary<String,Object>
De verzameling parameters die wordt gebruikt om de Select-component te maken. Voor meer informatie, zie de eigenschap SelectParameters.