Table of Contents

Class QueryCriterion

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

Represents a query criterion.

public abstract class QueryCriterion
Inheritance
QueryCriterion
Derived
Inherited Members

Properties

AddJoinClause

Gets or sets the value indicating whether to add "JOIN" clause.

public virtual bool AddJoinClause { get; set; }

Property Value

bool

Methods

GetJoinClause()

Gets a "JOIN" clause.

public virtual string GetJoinClause()

Returns

string

The "JOIN" clause.

GetWhereClause()

Gets a "WHERE" clause.

public virtual string GetWhereClause()

Returns

string

The "WHERE" clause.

To top