QuickObjects.ObjectBase Send comments on this topic.
SearchModes Enumeration
See Also  
Akal.QuickObjects.ObjectBase Namespace : SearchModes Enumeration
SearchModes

Syntax

C# 
public enum SearchModes : Enum 

Members

MemberDescription
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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Akal.QuickObjects.ObjectBase.SearchModes

Requirements

Target Platforms: .NET Framework 1.1 or .NET Framework 2.0

See Also