![]() | Expression Class |
Namespace: Dynamicweb.Indexing.Querying.Expressions
The Expression type exposes the following members.
Name | Description | |
---|---|---|
![]() | Expression | Initializes a new instance of the Expression class |
Name | Description | |
---|---|---|
![]() ![]() | And |
Creates an GroupExpression with the And operator.
|
![]() ![]() | Between |
Creates an BinaryExpression with the Between operator.
|
![]() ![]() | Binary |
Creates an BinaryExpression with the specified value.
|
![]() ![]() | Code |
Creates an CodeExpression with the specified value.
|
![]() ![]() | Constant |
Creates an ConstantExpression with the specified value.
|
![]() ![]() | Contains |
Creates an BinaryExpression with the Contains operator.
|
![]() ![]() | ContainsExtended |
Creates an BinaryExpression with the Contains operator.
|
![]() ![]() | Equal |
Creates an BinaryExpression with the Equal operator.
|
![]() ![]() | Field |
Creates an FieldExpression with the specified values.
|
![]() ![]() | FullTextSearch |
Creates an FullTextSearchExpression with the specified search text, fields to look in and wildcard type.
|
![]() ![]() | GreaterThan |
Creates an BinaryExpression with the GreaterThan operator.
|
![]() ![]() | GreaterThanOrEqual |
Creates an BinaryExpression with the GreaterThanOrEqual operator.
|
![]() ![]() | Group |
Creates an GroupExpression with the specified value.
|
![]() ![]() | In |
Creates an BinaryExpression with the In operator.
|
![]() ![]() | LessThan |
Creates an BinaryExpression with the LessThan operator.
|
![]() ![]() | LessThanOrEqual |
Creates an BinaryExpression with the LessThanOrEqual operator.
|
![]() ![]() | Macro |
Creates a MacroExpression with the specified macro string.
|
![]() ![]() | MatchAll |
Creates an BinaryExpression with the MatchAll operator.
|
![]() ![]() | MatchAny |
Creates an BinaryExpression with the MatchAny operator.
|
![]() ![]() | Or |
Creates an GroupExpression with the Or operator.
|
![]() ![]() | Parameter |
Creates a ParameterExpression with the specified parameter name.
|
![]() ![]() | Term |
Creates an TermExpression with the specified value.
|