DOFQueryBuilderbuild Method OpenDOF Object Access Library
Construct a new DOFQuery based on the builder's current filter list, restriction list, and style.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFQuery build()

Return Value

Type: DOFQuery
The built DOFQuery.
Remarks

Construct a new DOFQuery based on the builder's current filter list, restriction list, and style.
See Also

Reference