EntityQueryModelVisitor.VisitMainFromClause 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.
Visits the Remotion.Linq.Clauses.MainFromClause node.
public override void VisitMainFromClause (Remotion.Linq.Clauses.MainFromClause fromClause, Remotion.Linq.QueryModel queryModel);
override this.VisitMainFromClause : Remotion.Linq.Clauses.MainFromClause * Remotion.Linq.QueryModel -> unit
Public Overrides Sub VisitMainFromClause (fromClause As MainFromClause, queryModel As QueryModel)
Parameters
- fromClause
- Remotion.Linq.Clauses.MainFromClause
The node being visited.
- queryModel
- Remotion.Linq.QueryModel
The query.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework