DOFQueryBuildersetMatchStyle Method OpenDOF Object Access Library
Set the matching style to use in processing this query.

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

C#
public DOFQueryBuilder setMatchStyle(
	DOFQueryMatchStyle matchStyle
)

Parameters

matchStyle
Type: org.opendof.core.oalDOFQueryMatchStyle
The matching style. The default is MatchStyle.AT_LEAST .
null
means default.

Return Value

Type: DOFQueryBuilder
The builder.
Remarks

Set the matching style to use in processing this query.

For details on how DOFQueries and filters are matched see DOFQuery .

See Also

Reference