Skip to main content
A newer version of this page is available. .

BinaryOperator Constructors

The operator that manipulates with two operands to calculate a result.
Name Parameters Description
BinaryOperator() none Initializes a new BinaryOperator instance with the default settings.
BinaryOperator(CriteriaOperator, CriteriaOperator, BinaryOperatorType) opLeft, opRight, type Initializes a new BinaryOperator with the given operator type, and criteria that specify expressions to manipulate.
BinaryOperator(String, Boolean, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Boolean) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Byte, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Byte) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Byte[], BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Byte[]) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Char, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Char) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, DateTime, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property with whose value the operator acts, the second value to manipulate, and the operator type.
BinaryOperator(String, DateTime) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Decimal, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Decimal) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Double, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Double) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Guid, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Guid) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Int16, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Int16) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Int32, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Int32) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Int64, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Int64) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Object, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Object) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, Single, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, Single) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, String, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, String) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
BinaryOperator(String, TimeSpan, BinaryOperatorType) propertyName, value, type Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value using the given operator type.
BinaryOperator(String, TimeSpan) propertyName, value Initializes a new BinaryOperator with the specified name of a property whose value the operator compares with the passed value.
See Also