ContainsFilter Constructor (String, String) | |
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
)
Public Sub New (
column As String,
substring As String
)
Parameters
- column
- Type: SystemString
The column name - substring
- Type: SystemString
The string that should be contained in the column
See Also