Click or drag to resize
AbstractSearchSyntaxHelper.GetFieldCondition Method (String, Object, Object, Nullable<Boolean>)
Gets the field condition for a range of values

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 8.2.23
Syntax
C#
public string GetFieldCondition(
	string fieldName,
	Object from,
	Object to,
	Nullable<bool> valueMatch = true
)

Parameters

fieldName
Type: System.String
Field name
from
Type: System.Object
From value
to
Type: System.Object
To value
valueMatch (Optional)
Type: System.Nullable<Boolean>
Defines if the condition is required. True means required, false means all except, null means default operator (typically optional)

Return Value

Type: String

Implements

ISearchSyntaxHelper.GetFieldCondition(String, Object, Object, Nullable<Boolean>)
See Also