ToMatch is an optional search expression specifying the text to match against items being listed.
public String ToMatch;
Public Property ToMatch() As String
For example, to list all field names starting with "A", you would set ListFlags to dtsListIndexFields and set ToMatch to "A*".
|
Copyright (c) 1998-2012 dtSearch Corp. All rights reserved.
|