A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Interface IExpression

Summary description for IExpression.

Namespace: EPiServer.BaseLibrary.Search
Assembly: EPiServer.BaseLibrary.dll
Version: 7.19.2
Syntax
public interface IExpression

Properties

Column

Declaration
string Column { get; }
Property Value
Type Description
System.String

Methods

IsCriteriaTrue(Object[])

Declaration
bool IsCriteriaTrue(params object[] values)
Parameters
Type Name Description
System.Object[] values
Returns
Type Description
System.Boolean