Share via


RelationalShapedQueryCompilingExpressionVisitor.VisitNonQuery Method

Definition

Visits the given nonQueryExpression, returning an expression that when compiled, can execute the non- query operation against the database.

protected virtual System.Linq.Expressions.Expression VisitNonQuery (Microsoft.EntityFrameworkCore.Query.NonQueryExpression nonQueryExpression);
abstract member VisitNonQuery : Microsoft.EntityFrameworkCore.Query.NonQueryExpression -> System.Linq.Expressions.Expression
override this.VisitNonQuery : Microsoft.EntityFrameworkCore.Query.NonQueryExpression -> System.Linq.Expressions.Expression
Protected Overridable Function VisitNonQuery (nonQueryExpression As NonQueryExpression) As Expression

Parameters

nonQueryExpression
NonQueryExpression

The expression to be compiled.

Returns

An expression which executes a non-query operation.

Applies to