1

EntitySpaces is used in a project I'm currently working on. Since EntitySpaces documentation is scarce and all EntitySpaces knowledge left the company I'm getting along with what I can.

Question: How do I reset the selected fields on a query object, so I can reuse it with the former defined joins and where clause?

Niels R.
  • 7,260
  • 5
  • 32
  • 44

1 Answers1

1

You really need to create a new query, EntitySpaces Queries are single use only. Also, the full documentation is installed when you install the entirely free version from CNET's download.com, a link is available from the EntitySpaces website on the home page. Once you get to download.com use the "link" under the download button not the download button itself. You get the full source, everything, it's fantastic, you can install ES2012 and it will not interfere with older non 2012 versions. The full help is installed locally, see your EntitySpaces 2012 menu after installation.

  • Mike Griffin
scubasteve
  • 2,718
  • 4
  • 38
  • 49