SelectExpressionFactory Class
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.
A SelectExpression factory.
public class SelectExpressionFactory : Microsoft.EntityFrameworkCore.Query.Expressions.ISelectExpressionFactory
type SelectExpressionFactory = class
interface ISelectExpressionFactory
Public Class SelectExpressionFactory
Implements ISelectExpressionFactory
- Inheritance
-
SelectExpressionFactory
- Implements
Constructors
SelectExpressionFactory(IQuerySqlGeneratorFactory) |
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpressionFactory class. |
SelectExpressionFactory(SelectExpressionDependencies) |
Initializes a new instance of the Microsoft.EntityFrameworkCore.Query.Expressions.SelectExpressionFactory class. |
Properties
Dependencies |
Dependencies used to create a SelectExpression |
Methods
Create(RelationalQueryCompilationContext, String) |
Creates a new SelectExpression. |
Create(RelationalQueryCompilationContext) |
Creates a new SelectExpression. |
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