Click or drag to resize

ContainsFilter Constructor (String, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Creates a ContainsFilter where the given column of a record should contain a particular string. The string comparison is case insensitive.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ContainsFilter(
	string column,
	string substring
)

Parameters

column
Type: SystemString
The column name
substring
Type: SystemString
The string that should be contained in the column
See Also