| Visual Basic (Declaration) | |
|---|---|
Public Interface IValueFilter Inherits IFieldFilter | |
| C# | |
|---|---|
public interface IValueFilter : IFieldFilter | |
The IValueFilter interface provides filter type, filter expression and corresponding single value or start/end values.
Following filter types requires two filter values, so both Value and EndValue is a part of filter: ValueFilterType.Between, ValueFilterType.NotBetween. Other filter types require a single value.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2