WordLevenshteinFilter Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a WordLevenshteinFilter where the given column of a record has a value
that is within a specified WordLevenshtein distance to a query string.
Namespace:
Telogis.GeoBase.Transactional
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public WordLevenshteinFilter(
string column,
WordLevenshtein lev,
uint maxDistance
)
Public Sub New (
column As String,
lev As WordLevenshtein,
maxDistance As UInteger
)
Parameters
- column
- Type: SystemString
The column name - lev
- Type: Telogis.GeoBase.IndexesWordLevenshtein
The WordLevenshtein object to use. This object is constructed out of
a query string and some algorithm parameters. - maxDistance
- Type: SystemUInt32
The maximum allowed WordLevenshtein distance
See Also