LinqDataSourceSelectEventArgs Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av LinqDataSourceSelectEventArgs klassen.
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))
Parametrar
- arguments
- DataSourceSelectArguments
De värden som skickas från den databundna kontrollen som avgör hur data bläddras och sorteras. För mer information, se egenskapen Arguments.
- whereParameters
- IDictionary<String,Object>
Samlingen med parametrar som används för att skapa Where-satsen. För mer information, se egenskapen WhereParameters.
- orderByParameters
- IOrderedDictionary
Den samling parametrar som används för att skapa Order By-satsen. För mer information, se egenskapen OrderByParameters.
- groupByParameters
- IDictionary<String,Object>
Samlingen med parametrar som används för att skapa Group By-satsen. För mer information, se egenskapen GroupByParameters.
- orderGroupsByParameters
- IDictionary<String,Object>
Samlingen med parametern som används för att skapa den sats som används för att sortera grupperade data. För mer information, se egenskapen OrderGroupsByParameters.
- selectParameters
- IDictionary<String,Object>
Samlingen med parametrar som används för att skapa Select-satsen. För mer information, se egenskapen SelectParameters.