Table of Contents

Class FieldExpression

Namespace
Dynamicweb.Indexing.Querying.Expressions
Assembly
Dynamicweb.Indexing.dll
The Class FieldExpression represents field based expression
public class FieldExpression : Expression
Inheritance
FieldExpression
Inherited Members

Properties

Field

Gets or sets the field.
[Obsolete("Use FieldName instead.")]
public string Field { get; set; }

Property Value

string
The field.

FieldName

Gets or sets the field.
public string FieldName { get; set; }

Property Value

string
The field.

Source

Gets or sets the source.
public string Source { get; set; }

Property Value

string
The source.

Methods

ToString()

Converts field expression to string
public override string ToString()

Returns

string
String representation of the field expression based on
To top