OpenDOF Project
DOFQuery DOFQueryBuilder_BuildAndDestroy ( DOFQueryBuilder  self)

Build a DOFQuery and destroy the builder.

Parameters
selfThe QueryBuilder to build the query from. This should not be NULL. This will be invalid (destroyed) after this call is made.
Returns
The newly built query.
Exceptions
NULLis returned if an invalid argument is detected or the query cannot be built. Regardless, the self builder is destroyed.
core-c-dof-oal Version 8.0.1 Build 0
2018-01-22