EasyObjects.NET Programmers Reference

WhereParameter Class

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 class WhereParameter : ValueParameter

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

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;

Requirements

Namespace: NCI.EasyObjects

Assembly: NCI.EasyObjects (in NCI.EasyObjects.dll)

See Also

WhereParameter Members | NCI.EasyObjects Namespace | Query