CriteriaOperator Methods
Provides the abstract (MustInherit in Visual Basic) base class for criteria operators.
Name | Description |
---|---|
Accept |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
Accept |
This member supports the internal infrastructure, and is not intended to be used directly from your code. |
And |
Returns the expression which groups two operands with logical AND. |
And |
Returns the expression which groups the specified operands with logical AND. |
And |
Returns the expression which groups the specified operands with logical AND. |
Clone |
Creates a copy of the specified Criteria |
Clone |
Creates a copy of the specified Operand |
Criterion |
This method is intended for internal use. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the current object has the same settings as the specified object. |
Format |
Converts an object to a string that can be used in criteria expressions. |
Format |
Converts a property name to a string that can be used in criteria expressions. |
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 |
Gets the hash code (a number) that corresponds to the value of the current Criteria |
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. |
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. |
Or |
Returns the expression which groups the specified operands with logical OR. |
Or |
Returns the expression which groups the specified operands with logical OR. |
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. |
To |
Converts the specified expression into its equivalent string in VB style. |
To |
Converts the specified expression into its equivalent string in C# style. |
To |
Converts the specified expression into its equivalent string in C# style. |
To |
Converts the current expression into its VB equivalent string. |
To |
Converts the specified expression into its equivalent string in VB style. |
To |
Converts the specified expression into its equivalent string in VB style. |
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