At this stage there is no direct support for the distinct clause. However, you can still use a distinct selection via the ProcessDirectSQL() or ProcessPureSQL() methods.
What are you trying to do? It might be a feature I should add to the framework.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i want to use "select distinct" in some application.
does u support it?
if u support, How to code?
At this stage there is no direct support for the distinct clause. However, you can still use a distinct selection via the ProcessDirectSQL() or ProcessPureSQL() methods.
What are you trying to do? It might be a feature I should add to the framework.