DbExpressionVisitor<TResultType>.Visit Method (DbExpression)
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
When overridden in a derived class, handles any expression of an unrecognized type.
Assembly: System.Data.Entity (in System.Data.Entity.dll)
Parameters
- expression
-
Type:
System.Data.Common.CommandTrees.DbExpression
The DbExpression that is being visited.
This method is called when an expression of an otherwise unrecognized type is encountered.
.NET Framework
Available since 3.5
Available since 3.5
Show: