FDO API Reference Feature Data Objects

InCondition Class Reference

List of all members.

Detailed Description

The FdoInCondition class derives from FdoSearchCondition and can be used to test if the value of a specified data property is within a given set of literal values.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier * get_PropertyName ()
 Gets the name of the data property.
__property NAMESPACE_OSGEO_FDO_FILTER::ValueExpressionCollection * get_Values ()
 Gets the FdoLiteralCollection that contains the literal values.
 InCondition (System::IntPtr unmanaged, System::Boolean autoDelete)
 InCondition (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *propertyName, NAMESPACE_OSGEO_FDO_FILTER::ValueExpressionCollection *collection)
 Constructs an instance of an FdoInCondition using the specified arguments.
 InCondition (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *propertyName, System::String *values[])
 Constructs an instance of an FdoInCondition using the specified arguments.
 InCondition (System::String *propertyName, System::String *values[])
 Constructs an instance of an FdoInCondition using the specified arguments.
 InCondition ()
 Constructs a default instance of an FdoInCondition.
System::Void Process (NAMESPACE_OSGEO_FDO_FILTER::IFilterProcessor *processor)
 Overrides FdoFilter.Process to pass the FdoInCondition to the appropriate filter processor operation.
__property System::Void set_PropertyName (NAMESPACE_OSGEO_FDO_EXPRESSION::Identifier *value)
 Sets the name of the data property.
System::String * ToStringInternal (NAMESPACE_OSGEO_FDO_COMMANDS::IdentifierCollection *idCollection)
 Converts the filter expression to its well defined text representation.

Comments or suggestions? Send us feedback.