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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.