Class Expression
Summary description for Expression.
Inheritance
System.Object
Expression
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.BaseLibrary.Search
Assembly: EPiServer.BaseLibrary.dll
Version: 8.11.0Syntax
public sealed class Expression
Methods
Between(String, IComparable, IComparable)
Declaration
public static BetweenExpression Between(string column, IComparable min, IComparable max)
Parameters
Type | Name | Description |
---|---|---|
System.String | column | |
System.IComparable | min | |
System.IComparable | max |
Returns
Type | Description |
---|---|
BetweenExpression |
Equal(String, IComparable)
Declaration
public static EqualExpression Equal(string column, IComparable value)
Parameters
Type | Name | Description |
---|---|---|
System.String | column | |
System.IComparable | value |
Returns
Type | Description |
---|---|
EqualExpression |