메소드 | 설명 | |
---|---|---|
BuildExecutionPlan ( |
Converts a query into an execution plan. The plan is an function that executes the query and builds the resulting objects.
|
|
IsDeferLoaded ( |
Determines if a relationship property is included, but the query for the related data is deferred until the property is first accessed.
|
|
IsIncluded ( |
Determines if a relationship property is to be included in the results of the query
|
|
QueryPolicy ( |
||
Translate ( |
Provides policy specific query translations. This is where choices about inclusion of related objects and how heirarchies are materialized affect the definition of the queries.
|
public BuildExecutionPlan ( |
||
projection | ||
provider | ||
리턴 |
public IsDeferLoaded ( |
||
member | ||
리턴 | bool |
public IsIncluded ( |
||
member | ||
리턴 | bool |
public QueryPolicy ( |
||
mapping | ||
리턴 | System |
public Translate ( |
||
expression | ||
리턴 |