Click or drag to resize

ListFilterT Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new ListFilter where the given column of a Record should match one of several possible values.

Namespace:  Telogis.GeoBase.Transactional
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ListFilter(
	string column,
	T[] values
)

Parameters

column
Type: SystemString
The column name
values
Type: T
The possible values
See Also