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
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.