kam99
kam99
Looks optimistic! But not exactly what i'm looking for. I can have "any complexity" level query, say this one: ``` c# var query = from e1 in Repository.All() join e2...
2 NetTecture: As it was pointed here https://github.com/igor-tkachev/bltoolkit/issues/214#issuecomment-16412425 there is a way to implement Table Hint already. It works fine (at least for me) - for one of my needs...
@mfatah14, See this, it can work for you: https://github.com/igor-tkachev/bltoolkit/issues/214#issuecomment-19973814 Though initially I put a question there about _query_ hints, the answers were still useful and allowed me to implement _table_...