C# 클래스 IQ.Data.DbExpressionReplacer

Replaces references to one specific instance of an expression node with another node. Supports DbExpression nodes
상속: DbExpressionVisitor
파일 보기 프로젝트 열기: maravillas/linq-to-delicious

공개 메소드들

메소드 설명
Replace ( Expression expression, Expression searchFor, Expression replaceWith ) : Expression
ReplaceAll ( Expression expression, Expression searchFor, Expression replaceWith ) : Expression

보호된 메소드들

메소드 설명
Visit ( Expression exp ) : Expression

비공개 메소드들

메소드 설명
DbExpressionReplacer ( Expression searchFor, Expression replaceWith ) : System

메소드 상세

Replace() 공개 정적인 메소드

public static Replace ( Expression expression, Expression searchFor, Expression replaceWith ) : Expression
expression System.Linq.Expressions.Expression
searchFor System.Linq.Expressions.Expression
replaceWith System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

ReplaceAll() 공개 정적인 메소드

public static ReplaceAll ( Expression expression, Expression searchFor, Expression replaceWith ) : Expression
expression System.Linq.Expressions.Expression
searchFor System.Linq.Expressions.Expression
replaceWith System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression

Visit() 보호된 메소드

protected Visit ( Expression exp ) : Expression
exp System.Linq.Expressions.Expression
리턴 System.Linq.Expressions.Expression