ConstantValue Methods
A constant value operand in criteria expressions.
Name | Description |
---|---|
Accept |
Inherited from Operand |
Accept |
Inherited from Operand |
And |
Returns the expression which groups two operands with logical AND.
Inherited from Criteria |
And |
Returns the expression which groups the specified operands with logical AND.
Inherited from Criteria |
And |
Returns the expression which groups the specified operands with logical AND.
Inherited from Criteria |
Clone() |
Creates a copy of the current Constant |
Clone |
Creates a copy of the specified Criteria |
Clone |
Creates a copy of the specified Operand |
Criterion |
This method is intended for internal use.
Inherited from Criteria |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
|
Format |
Converts an object to a string that can be used in criteria expressions.
Inherited from Criteria |
Format |
Converts a property name to a string that can be used in criteria expressions.
Inherited from Criteria |
From |
Converts the specified LINQ-like expression to its Criteria |
From |
Converts the specified LINQ-like expression to its Criteria |
Get |
Searches custom aggregate functions registered in an application via the Register |
Get |
Searches custom aggregate functions registered in an application via the Register |
Get |
Searches custom functions registered in an application via the Criteria |
Get |
Returns custom functions registered in an application via the Criteria |
Get |
|
Get |
Gets the Type of the current instance. Inherited from Object. |
Is |
Initializes a new Unary |
Is |
Initializes a new Unary |
Legacy |
Returns the string representation of the criteria specified by the current Criteria |
Legacy |
Returns the string representation of a specified criteria.
Inherited from Criteria |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Not() |
Returns an instance of the Unary |
Or |
Returns the expression which groups two operands with logical OR.
Inherited from Criteria |
Or |
Returns the expression which groups the specified operands with logical OR.
Inherited from Criteria |
Or |
Returns the expression which groups the specified operands with logical OR.
Inherited from Criteria |
Parse |
Converts the specified string, specifying an expression, to its Criteria |
Parse |
Converts the specified string, specifying an expression, to its Criteria |
Parse |
Converts the specified string representation of expressions that are divided by a semicolon into their Criteria |
Parse |
Converts the specified string representation of expressions that are divided by a semicolon into their Criteria |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Register |
Registers a custom aggregate function to use in any Criteria |
Register |
Registers custom aggregate functions to use in any Criteria |
Register |
Registers a specified custom function to use in any Criteria |
Register |
Registers specified custom functions to use in any Criteria |
To |
Converts the specified expression into its equivalent string in VB style.
Inherited from Criteria |
To |
Converts the specified expression into its equivalent string in VB style.
Inherited from Criteria |
To |
Converts the specified expression into its equivalent string in C# style.
Inherited from Criteria |
To |
Converts the specified expression into its equivalent string in C# style.
Inherited from Criteria |
To |
Converts the current expression into its VB equivalent string.
Inherited from Criteria |
To |
Converts the specified expression into its equivalent string in VB style.
Inherited from Criteria |
To |
Converts the specified expression into its equivalent string in VB style.
Inherited from Criteria |
Try |
Tries to convert the specified string representation of an expression to its Criteria |
Unregister |
Unregisters a specified custom aggregate function from use in any Criteria |
Unregister |
Unregisters a custom aggregate function with a specified name from use in any Criteria |
Unregister |
Unregisters a specified custom function from use in any Criteria |
Unregister |
Unregisters a custom function with a specified name from use in any Criteria |
See Also