QueryExpression Class
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.
Retrieves instances of a specific entity type by using a complex query.
public ref class QueryExpression
public class QueryExpression
type QueryExpression = class
Public Class QueryExpression
- Inheritance
-
QueryExpression
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.
Query |
Initializes new instance of the QueryExpression class. |
Expressions |
Gets the collection of expressions in the query. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
Get |
Serves as the default hash function. (Inherited from Object) |
Get |
Resolves the expression by using the specified IQueryable data source control. |
Get |
Gets the Type of the current instance. (Inherited from Object) |
Initialize(Control, Http |
Initializes the QueryExpression object by using the specified owner control, a HttpContext instance, and IQueryableDataSource object. |
Memberwise |
Creates a shallow copy of the current Object. (Inherited from Object) |
To |
Returns a string that represents the current object. (Inherited from Object) |
產品 | 版本 |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |