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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.