| C# | |
|---|---|
public enum SearchModes : Enum | |
| Member | Description |
|---|---|
| Value | Value - Can be used to specify that the field's Value property will be used as a criteria in the search. |
| ValueOrNull | ValueOrNull - Can be used to specify if the field will search for the value specified or a NULL value. |
| List | List - Can be used to specify that the field's List property will be used to create the criteria for search. |
| All | All - Can be used to specify that Value and List will all be used to create the search criteria. |
System.Object
System.ValueType
System.Enum
Akal.QuickObjects.ObjectBase.SearchModes
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0