0
kicks
Algorithm for parsing the LINQ to OQL expression
Is there an algorithm for parsing the LINQ to OQL expression?
I want to convert LINQ query to OQL, as my data source is queried through OQL.
OQL is Object Query Language (It is a subset of SQL).
It is used to query objects.