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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.