Delen via


UpdateExpression.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();
override this.Quote : unit -> System.Linq.Expressions.Expression
Public Function Quote () As Expression

Returns

Implements

Applies to