Table of Contents

Class GroupCriterion

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

Represents a group criterion.

public class GroupCriterion : QueryCriterion
Inheritance
GroupCriterion
Inherited Members

Properties

GroupId

Gets or sets the group id.

public string? GroupId { get; set; }

Property Value

string

ShopId

Gets or sets the shop id.

public string? ShopId { get; set; }

Property Value

string

Methods

GetJoinClause()

Gets a "JOIN" clause.

public override string GetJoinClause()

Returns

string

The "JOIN" clause.

GetWhereClause()

Gets a "WHERE" clause.

public override string GetWhereClause()

Returns

string

The "WHERE" clause.

To top