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
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.