Skip to content

Implementation of the ExpressionVisitor in the OData package

License

Notifications You must be signed in to change notification settings

JensMeire/ODataExpressionVisitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ODataExpressionVisitor

Implementation of the ExpressionVisitor in the OData package.

This project handles the incoming OData query object and uses a custom visitor to create an Expression. So you can feed the expression to any data source and the possibilty to create multiple layers. This method avoids blackbox magic of the OData package.

Run the example and try the OData queries like:

About

Implementation of the ExpressionVisitor in the OData package

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages