Class InOperator
- Namespace
- Innova.Data.StructuredSearch.Operators
- Assembly
- Innova.Data.dll
Represents an "IN" operator used in structured search queries.
public class InOperator : Operator, INotifyPropertyChanged
- Inheritance
-
InOperator
- Implements
Constructors
- InOperator(string, List<object>)
Initializes a new instance of the InOperator class.
Properties
- RequiredParameterCount
Gets the required parameter count for the operator.
- ValueDescription
Gets or sets the description of the value for the operator.
Methods
- GetWhereExpression<T>(ParameterExpression)
Gets the expression representing the "IN" operator in a LINQ query.