ListFilterT Constructor | |
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
)
Public Sub New (
column As String,
values As T()
)
Parameters
- column
- Type: SystemString
The column name - values
- Type: T
The possible values
See Also