NotContainsFilter Class
Filter field on strings that do not contain the input to this filter
Syntax
'Declaration
Public Class NotContainsFilter
Inherits NotLikeFilter
public class NotContainsFilter : NotLikeFilter
Example
Developer Walkthrough - Advanced Filtering
Inheritance Hierarchy
System.Object
FChoice.Foundation.Filters.Filter
FChoice.Foundation.Filters.ColumnBasedFilter
FChoice.Foundation.Filters.OperationFilter
FChoice.Foundation.Filters.LikeFilter
FChoice.Foundation.Filters.NotLikeFilter
FChoice.Foundation.Filters.NotContainsFilter
Requirements
Namespace: FChoice.Foundation.Filters
Platforms: Windows 2000, Windows XP, Windows Server family
Assembly: fcSDK (in C:\dovetail\dovetail-sdk\build\Release\fcSDK.dll)
Reference
NotContainsFilter Members
FChoice.Foundation.Filters Namespace