Compartir a través de


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

Returns

Applies to