LinqDataSourceSelectEventArgs コンストラクター

定義

LinqDataSourceSelectEventArgs クラスの新しいインスタンスを初期化します。

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))

パラメーター

arguments
DataSourceSelectArguments

データ バインド コントロールから渡される、データのページングと並べ替えの方法を決定する値。 詳細については、Arguments プロパティを参照してください。

whereParameters
IDictionary<String,Object>

Where 句の作成に使用されるパラメーターのコレクション。 詳細については、WhereParameters プロパティを参照してください。

orderByParameters
IOrderedDictionary

Order By 句の作成に使用されるパラメーターのコレクション。 詳細については、OrderByParameters プロパティを参照してください。

groupByParameters
IDictionary<String,Object>

Group By 句の作成に使用されるパラメーターのコレクション。 詳細については、GroupByParameters プロパティを参照してください。

orderGroupsByParameters
IDictionary<String,Object>

グループ化されたデータを並べ替えるために使用される句の作成に使用されるパラメーターのコレクション。 詳細については、OrderGroupsByParameters プロパティを参照してください。

selectParameters
IDictionary<String,Object>

Select 句の作成に使用されるパラメーターのコレクション。 詳細については、SelectParameters プロパティを参照してください。

適用対象