EqualFilter Constructor | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a new EqualFilter where the given column of a Record should match a
specified value.
Namespace:
Telogis.GeoBase.Transactional
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public EqualFilter(
string column,
Object value
)
Public Sub New (
column As String,
value As Object
)
Parameters
- column
- Type: SystemString
The column name - value
- Type: SystemObject
The value
See Also