Share via


ShapedQueryCompilingExpressionVisitor.VerifyNoClientConstant Method

Definition

Verifies that the given shaper expression does not contain client side constant which could cause memory leak.

protected virtual void VerifyNoClientConstant (System.Linq.Expressions.Expression expression);
abstract member VerifyNoClientConstant : System.Linq.Expressions.Expression -> unit
override this.VerifyNoClientConstant : System.Linq.Expressions.Expression -> unit
Protected Overridable Sub VerifyNoClientConstant (expression As Expression)

Parameters

expression
Expression

An expression to verify.

Applies to