DomainObjects Class Library

FieldValue Members

FieldValue overview

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.

Public Instance Constructors

FieldValue Constructor Create an instance of a FieldValue object based on a Field.

Public Instance Methods

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.

See Also

FieldValue Class | DomainObjects.Facade.Command.Expression Namespace