C# 클래스 DataServiceProvider.DSPMethodTranslatingVisitor

Expression visitor which translates calls to methods on the DataServiceProviderMethods class into expressions which can be evaluated by LINQ to Objects.
상속: ExpressionVisitor
파일 보기 프로젝트 열기: object/NorthwindOData 1 사용 예제들

공개 메소드들

메소드 설명
TranslateExpression ( Expression expression ) : Expression

Method which translates an expression using the DataServiceProviderMethods methods into a new expression which can be evaluated by LINQ to Objects.

비공개 메소드들

메소드 설명
VisitMethodCall ( MethodCallExpression m ) : Expression

MethodCallExpression visit method

메소드 상세

TranslateExpression() 공개 정적인 메소드

Method which translates an expression using the DataServiceProviderMethods methods into a new expression which can be evaluated by LINQ to Objects.
public static TranslateExpression ( Expression expression ) : Expression
expression System.Linq.Expressions.Expression The expression to translate.
리턴 System.Linq.Expressions.Expression