Enum SearchMethod
Search method for a search argument
Namespace: Benday.Common
Assembly: Benday.Common.dll
Syntax
public enum SearchMethod
Fields
| Name | Description |
|---|---|
| Contains | Contains this value |
| DoesNotContain | Does not contain this value |
| EndsWith | Ends with this value |
| Equals | Equals this value |
| IsNotEqual | Is not equal to this value |
| Skip | Skip this argument |
| StartsWith | Starts with this value |