C# Class DataServiceProvider.DSPMethodTranslatingVisitor

Expression visitor which translates calls to methods on the DataServiceProviderMethods class into expressions which can be evaluated by LINQ to Objects.
Inheritance: ExpressionVisitor
Afficher le fichier Open project: object/NorthwindOData Class Usage Examples

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
VisitMethodCall ( MethodCallExpression m ) : Expression

MethodCallExpression visit method

Method Details

TranslateExpression() public static méthode

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.
Résultat System.Linq.Expressions.Expression