IRelationalQuotableExpression Interface
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.
Represents an expression that is quotable, that is, capable of returning an expression that, when evaluated, would construct an expression identical to this one. Used to generate code for precompiled queries, which reconstructs this expression.
[System.Diagnostics.CodeAnalysis.Experimental("EF9100")]
public interface IRelationalQuotableExpression
[<System.Diagnostics.CodeAnalysis.Experimental("EF9100")>]
type IRelationalQuotableExpression = interface
Public Interface IRelationalQuotableExpression
- Derived
- Attributes
Quote() |
Quotes the expression; that is, returns an expression that, when evaluated, would construct an expression identical to this one. Used to generate code for precompiled queries, which reconstructs this expression. |
Product | Versions |
---|---|
Entity Framework Core | 9.0 |
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: