Represents the various styles of matching that may be performed during a query.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public enum MatchStyle
Members
| Member name | Value | Description | |
|---|---|---|---|
| EXACT | 0 | ||
| AT_LEAST | 1 | ||
| BASE | 2 |
Remarks
See Also