IRelationalQuotableExpression Interface
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.
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
Methods
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. |
Applies to
Entity Framework