QueryContext コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
QueryContext、WhereParameters、OrderGroupsByParameters、OrderByParameters、GroupByParameters、および SelectParameters の各プロパティを使用して、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)
パラメーター
- whereParameters
- IDictionary<String,Object>
Where
句を作成するためにデータ ソースで使用するパラメーター コレクション。
- orderGroupsByParameters
- IDictionary<String,Object>
OrderGroupsBy
句を作成するためにデータ ソースで使用するパラメーター コレクション。
- orderByParameters
- IOrderedDictionary
OrderBy
句を作成するためにデータ ソースで使用するパラメーター コレクション。
- groupByParameters
- IDictionary<String,Object>
GroupBy
句を作成するためにデータ ソースで使用するパラメーター コレクション。
- selectParameters
- IDictionary<String,Object>
Select
コマンドを作成するためにデータ ソースで使用するパラメーター コレクション。
- arguments
- DataSourceSelectArguments
QueryContext クラスに渡される引数。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET