DomainObjects Class Library

FieldValue Operators

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

Public Static Operators

Equality OperatorOverloaded. Constrains the search to rows in which the sourceField has a value equal to the compareToField value.
Greater Than OperatorOverloaded. Constrains the search to rows in which the sourceField has a value greater than the compareToField value.
Greater Than Or Equal OperatorOverloaded. Constrains the search to rows in which the sourceField has a value greater than or equal to the compareToField value.
Inequality OperatorOverloaded. Constrains the search to rows in which the sourceField has a value not equal to the compareToField value.
Less Than OperatorOverloaded. Constrains the search to rows in which the sourceField has a value less than the compareToField value.
Less Than Or Equal OperatorOverloaded. Constrains the search to rows in which the sourceField has a value less than or equal to the compareToField value.

See Also

FieldValue Class | FieldValue Members | DomainObjects.Facade.Command.Expression Namespace