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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.