Retrieving list of selected tables and fields in query
Hello,
i'm experimenting with the Active Query Builder 2 .net free.
How can i get the list of chosen tables and fields in a query? From the forum it looks like i could use queryBuilder.QueryStatistics... but in Visual Studio the instance of queryBuilder has not 'QueryStatistics' as a member. What am i doing wrong?
thankyou and best regards
You are using the free version which is only capable to build and parse SQL queries. The QueryStatistics property is not available in the free version. To analyse queries please try the trial version which is available for downloading at the web site.