| ExpressionHelperCreateFieldExpression Method |
Creates expression based on field source with given value and operator
Namespace:
Dynamicweb.Indexing.Querying.Expressions
Assembly:
Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax public static Expression CreateFieldExpression(
string fieldName,
string fieldSystemName,
Object fieldValue,
OperatorType operatorType
)
Public Shared Function CreateFieldExpression (
fieldName As String,
fieldSystemName As String,
fieldValue As Object,
operatorType As OperatorType
) As Expression
Parameters
- fieldName
- Type: SystemString
The name of field in the index. - fieldSystemName
- Type: SystemString
The system name of field in the index. - fieldValue
- Type: SystemObject
The value for expression. - operatorType
- Type: Dynamicweb.Indexing.Querying.ExpressionsOperatorType
the .
Return Value
Type:
ExpressionSee Also