InOperator Members
In This Article
#Constructors
Name | Description |
---|---|
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
In |
Initializes a new instance of the In |
#Properties
Name | Description |
---|---|
Custom |
Inherited from Criteria |
Custom |
Returns the number of custom functions registered in an application via the Criteria |
Left |
Gets or sets the expression which is tested to see if it matches any value in the In |
Operands |
Provides access to the Criteria |
#Methods
Name | Description |
---|---|
Accept |
|
Accept |
|
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 In |
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 |
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.
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 |
Gets the hash code (a number) that corresponds to the value of the current In |
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 |
#Events
Name | Description |
---|---|
Query |
Inherited from Criteria |
User |
Occurs when restoring a serialized criteria operator that references a user object.
Inherited from Criteria |
User |
Occurs when serializing a criteria operator that references a user object.
Inherited from Criteria |
See Also