Class FieldCriterion
- Namespace
- Dynamicweb.Ecommerce.Searching
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a field criterion.
public class FieldCriterion : QueryCriterion
- Inheritance
-
FieldCriterion
- Inherited Members
Properties
CustomFieldName
Gets or sets the custom field name.
public string? CustomFieldName { get; set; }
Property Value
FieldName
Gets or sets the field name.
public ProductDataBaseField FieldName { get; set; }
Property Value
SearchKey
Gets or sets the search key.
public string? SearchKey { get; set; }
Property Value
SearchType
Gets or sets the search type.
public SearchTypes SearchType { get; set; }
Property Value
Methods
GetWhereClause()
Gets a "WHERE" clause.
public override string GetWhereClause()
Returns
- string
The "WHERE" clause.