QueryableDataSourceView.CreateQueryContext(DataSourceSelectArguments) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of a query context object that contains the evaluated parameter collections.
protected:
System::Web::UI::WebControls::QueryContext ^ CreateQueryContext(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected System.Web.UI.WebControls.QueryContext CreateQueryContext (System.Web.UI.DataSourceSelectArguments arguments);
member this.CreateQueryContext : System.Web.UI.DataSourceSelectArguments -> System.Web.UI.WebControls.QueryContext
Protected Function CreateQueryContext (arguments As DataSourceSelectArguments) As QueryContext
Parameters
- arguments
- DataSourceSelectArguments
A collection of objects that are used to request operations on the data beyond basic data retrieval.
Returns
An instance of the context object that contains the evaluated parameter collections.
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.