EasyObjects.NET Programmers Reference

WhereParameter Properties

The properties of the WhereParameter class are listed below. For a complete list of WhereParameter class members, see the WhereParameter Members topic.

Public Instance Properties

BetweenBeginValue Used for the Between comparison
BetweenEndValue Used for the Betweencomparison
Column (inherited from ValueParameter) The column that the parameter is going to query against.
Conjunction The type of conjuction to use, "AND" or "OR"
IsDirty Used to determine if the WhereParameters has a value
Operator The type of comparison desired
SchemaItem (inherited from ValueParameter) Returns the current SchemaItem for the parameter
Value The value that will be placed into the Parameter

See Also

WhereParameter Class | NCI.EasyObjects Namespace | Query