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 ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา