Click or drag to resize

ExpressionField Method

Creates an FieldExpression with the specified values.

Namespace:  Dynamicweb.Indexing.Querying.Expressions
Assembly:  Dynamicweb.Indexing (in Dynamicweb.Indexing.dll) Version: 5.0.2
Syntax
public static Expression Field(
	string fieldName,
	string source
)

Parameters

fieldName
Type: SystemString
The field.
source
Type: SystemString
The source.

Return Value

Type: Expression
Result expression
See Also