Share via


IRelationalQuotableExpression Interface

Definition

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