Equality Operator | Overloaded. Constrains the search to rows in which the sourceField has a value equal to the compareToField value. |
Greater Than Operator | Overloaded. Constrains the search to rows in which the sourceField has a value greater than the compareToField value. |
Greater Than Or Equal Operator | Overloaded. Constrains the search to rows in which the sourceField has a value greater than or equal to the compareToField value. |
Inequality Operator | Overloaded. Constrains the search to rows in which the sourceField has a value not equal to the compareToField value. |
Less Than Operator | Overloaded. Constrains the search to rows in which the sourceField has a value less than the compareToField value. |
Less Than Or Equal Operator | Overloaded. Constrains the search to rows in which the sourceField has a value less than or equal to the compareToField value. |
FieldValue Constructor | Create an instance of a FieldValue object based on a Field. |
Equals | |
GetHashCode | |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
FieldValue Class | DomainObjects.Facade.Command.Expression Namespace