Close
dtSearch Engine API for .NET Framework 2.x-4.x 2023.02
ListIndexJob::ToMatch Property

ToMatch is an optional search expression specifying the text to match against items being listed.

public String ToMatch;

For example, to list all field names starting with "A", you would set ListFlags to dtsListIndexFields and set ToMatch to "A*".