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. |
製品 | バージョン |
---|---|
Entity Framework Core | 9.0 |
Entity Framework に関するフィードバック
Entity Framework はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。