QueryExpression Class
Retrieves instances of a specific entity type by using a complex query.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
| Name | Description | |
|---|---|---|
![]() | QueryExpression() | Initializes new instance of the QueryExpression class. |
| Name | Description | |
|---|---|---|
![]() | Expressions | Gets the collection of expressions in the query. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetQueryable(IQueryable^) | Resolves the expression by using the specified IQueryable data source control. |
![]() | GetType() | |
![]() | Initialize(Control^, HttpContext^, IQueryableDataSource^) | Initializes the QueryExpression object by using the specified owner control, a HttpContext instance, and IQueryableDataSource object. |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Data source controls that derive from IQueryableDataSource expose the data source query that enables you to create LINQ queries declaratively. You can create new expressions by deriving from DataSourceExpression.
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


