RelationalTypeMappingPostprocessor.Process(Expression) 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.
Processes type mappings in the expression tree.
public virtual System.Linq.Expressions.Expression Process(System.Linq.Expressions.Expression expression);
abstract member Process : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
override this.Process : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Public Overridable Function Process (expression As Expression) As Expression
Parameters
- expression
- Expression
The expression tree.