Freigeben über


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

Returns

Implements

Applies to