Table of Contents

Class BooleanCriterion

Namespace
Dynamicweb.Ecommerce.Searching
Assembly
Dynamicweb.Ecommerce.dll

Represents a boolean criterion.

public class BooleanCriterion : QueryCriterion
Inheritance
BooleanCriterion
Inherited Members

Properties

FieldName

Gets or sets the field name.

public string? FieldName { get; set; }

Property Value

string

Value

Gets or sets the field value.

public string? Value { get; set; }

Property Value

string

Methods

GetWhereClause()

Gets a "WHERE" clause.

public override string GetWhereClause()

Returns

string

The "WHERE" clause.

To top