The nCql application was designed to be a CQL (Contextual Query language) Parser which allows developer to use the CQL Language in their own projects.Allows developer to use the CQL Language in their own projects
Getting to know NCql
If you want to play with NCql and see how well it can parse different CQL Queries, you can use the included Demo Application.
Run NCql.Demo.exe to start the Demo.
The Demo Application has two different modes to run CQL Queries: You can perform a manual Test or a predefined Test.
To enter a query by hand, activate the tab Manual Test and enter your query, then hit the Parse Button. You should now see the Object model in the result tree. Click on a tree
node to inspect the Properties of the underlying object .
Running the predefined Tests is even simpler: Activate the Tab "Predefined Tests", then doubleclick the test you wish to execute (1) and inspect the result
NCql 1.0
Soft: Programming