This class is dynamically created when you add a WhereParameter to your EasyObject's DynamicQuery (See the EasyObject.Query).
For a list of all members of this type, see WhereParameter Members.
System.Object
NCI.EasyObjects.ValueParameter
NCI.EasyObjects.WhereParameter
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This will be the extent of your use of the WhereParameter class, this class is mostly used internally by the EasyObject architecture. emps.Where.LastName.Value = "%A%";
emps.Where.LastName.Operator = WhereParameter.Operand.Like;
Namespace: NCI.EasyObjects
Assembly: NCI.EasyObjects (in NCI.EasyObjects.dll)
WhereParameter Members | NCI.EasyObjects Namespace | Query