ContainsFilter Constructor |
Name | Description | |
---|---|---|
ContainsFilter(String, String) |
Creates a ContainsFilter where the given column of a record should contain a particular
string. The string comparison is case insensitive.
| |
ContainsFilter(String, LatLon) |
Creates a ContainsFilter where the given column of a record should contain the specified
LatLon .
| |
ContainsFilter(String, String, String) | Initializes a new instance of the ContainsFilter class |