Partager via


IRelationalQuotableExpression.Quote Method

Definition

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.

public System.Linq.Expressions.Expression Quote ();
abstract member Quote : unit -> System.Linq.Expressions.Expression
Public Function Quote () As Expression

Returns

Applies to