DOFQueryBuilder Constructor (DOFQuery)OpenDOF Object Access Library
Construct a DOFQuery.Builder based on another DOFQuery.

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

C#
public Builder(
	DOFQuery query
)

Parameters

query
Type: org.opendof.core.oalDOFQuery
The existing DOFQuery. Must not be null.
Remarks

Construct a DOFQuery.Builder based on another DOFQuery.
See Also

Reference