BasicExpressionVisitor.VisitBinaryExpression(DbBinaryExpression) 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.
Convenience method to visit the specified DbBinaryExpression.
protected virtual void VisitBinaryExpression(System.Data.Entity.Core.Common.CommandTrees.DbBinaryExpression expression);
abstract member VisitBinaryExpression : System.Data.Entity.Core.Common.CommandTrees.DbBinaryExpression -> unit
override this.VisitBinaryExpression : System.Data.Entity.Core.Common.CommandTrees.DbBinaryExpression -> unit
Protected Overridable Sub VisitBinaryExpression (expression As DbBinaryExpression)
Parameters
- expression
- DbBinaryExpression
The DbBinaryExpression to visit.
Exceptions
expression
is null
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