RelationalQueryCompilationContext.FindSelectExpression(IQuerySource) 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.
Searches for a select expression corresponding to the passed query source.
public virtual Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression FindSelectExpression (Remotion.Linq.Clauses.IQuerySource querySource);
abstract member FindSelectExpression : Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
override this.FindSelectExpression : Remotion.Linq.Clauses.IQuerySource -> Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpression
Public Overridable Function FindSelectExpression (querySource As IQuerySource) As SelectExpression
Parameters
- querySource
- Remotion.Linq.Clauses.IQuerySource
The query source.
Returns
The select expression.
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