RelationalShapedQueryCompilingExpressionVisitor.VisitNonQuery Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework