RelationalSqlTranslatingExpressionVisitor.VisitTypeBinary 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 children of the TypeBinaryExpression.
protected override System.Linq.Expressions.Expression VisitTypeBinary(System.Linq.Expressions.TypeBinaryExpression typeBinaryExpression);
override this.VisitTypeBinary : System.Linq.Expressions.TypeBinaryExpression -> System.Linq.Expressions.Expression
Protected Overrides Function VisitTypeBinary (typeBinaryExpression As TypeBinaryExpression) As Expression
Parameters
- typeBinaryExpression
- TypeBinaryExpression