Class LikeOperator
- Namespace
 - Innova.Data.StructuredSearch.Operators
 
- Assembly
 - Innova.Data.dll
 
Represents a binary operator that performs a "like" comparison on a string field.
[OperandType(typeof(string))]
[OperandDefaultType(new Type[] { typeof(string) })]
public class LikeOperator : BinaryOperator, INotifyPropertyChanged
  - Inheritance
 - 
      objectLikeOperator
 
- Implements
 
- Derived
 
Constructors
- LikeOperator(string, List<object>)
 Initializes a new instance of the LikeOperator class with the specified field name and parameters.
- LikeOperator(string, object)
 Initializes a new instance of the LikeOperator class with the specified field name and value.
Properties
- IsValid
 Gets a value indicating whether the operator is valid.
Methods
- GetWhereExpression<T>(ParameterExpression)
 Gets the expression representing the "like" comparison in a LINQ query.