DefaultQuerySqlGenerator.VisitExists(ExistsExpression) 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.
Visit an ExistsExpression.
public virtual System.Linq.Expressions.Expression VisitExists (Microsoft.EntityFrameworkCore.Query.Expressions.ExistsExpression existsExpression);
abstract member VisitExists : Microsoft.EntityFrameworkCore.Query.Expressions.ExistsExpression -> System.Linq.Expressions.Expression
override this.VisitExists : Microsoft.EntityFrameworkCore.Query.Expressions.ExistsExpression -> System.Linq.Expressions.Expression
Public Overridable Function VisitExists (existsExpression As ExistsExpression) As Expression
Parameters
- existsExpression
- ExistsExpression
The exists expression.
Returns
An Expression.
Implements
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