QueryableDataSourceView.BuildQuery(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 a Select query expression by using the select arguments of the data source.
protected:
virtual System::Linq::IQueryable ^ BuildQuery(System::Web::UI::DataSourceSelectArguments ^ arguments);
protected virtual System.Linq.IQueryable BuildQuery (System.Web.UI.DataSourceSelectArguments arguments);
abstract member BuildQuery : System.Web.UI.DataSourceSelectArguments -> System.Linq.IQueryable
override this.BuildQuery : System.Web.UI.DataSourceSelectArguments -> System.Linq.IQueryable
Protected Overridable Function BuildQuery (arguments As DataSourceSelectArguments) As IQueryable
Parameters
- arguments
- DataSourceSelectArguments
Objects that are used to request operations on the data beyond basic data retrieval.
Returns
A list of data objects.
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.