CompiledDataContext.RewriteExpressionTree(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.
Rewrites the expression used by the data context.
protected:
System::Linq::Expressions::Expression ^ RewriteExpressionTree(System::Linq::Expressions::Expression ^ originalExpression);
protected System.Linq.Expressions.Expression RewriteExpressionTree (System.Linq.Expressions.Expression originalExpression);
member this.RewriteExpressionTree : System.Linq.Expressions.Expression -> System.Linq.Expressions.Expression
Protected Function RewriteExpressionTree (originalExpression As Expression) As Expression
Parameters
- originalExpression
- Expression
The original expression to be rewritten.
Returns
The rewritten expression.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.