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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Entity Framework