The database lookup rules options are:
Option |
Description |
---|---|
FuzzyLookupMatchPercent |
Specifies the percentage of fuzzy logic to use. |
UseFuzzyLookup |
If set to false, it returns either an exact match or nothing from the reference table. If set to true, it uses fuzzy matching to return one or more close matches from the reference table. |
ConnectionString |
Connection information to the database. Includes information like the data provider, data source, password, login ID, etc. |
Table |
Database table name used for data field validation. |
Column |
Database column name used for data field validation. |
ShowTableEntriesOnError |
Specifies if a dialog with all the table entries should appear if the data field fails validation. |
SortColumn |
Database column name used to sort the exception handler table entries. |
DisplayColumns |
Database column names to display in exception handler dialog. |
LookupResultMappings |
Maps database lookup results to data fields. |
EnforcementFrequency |
Specifies the frequency the rule will be enforced. |
EnforcementLevel |
Specifies the rule enforcement level. |