Click or drag to resize
BaseObjectSelectorAppendExclusiveWhere Method
Appends restrictive part of where condition to given where condition.

Namespace: CMS.Ecommerce.Web.UI
Assembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 10.0.0
Syntax
C#
protected virtual string AppendExclusiveWhere(
	string where
)

Parameters

where
Type: SystemString

Return Value

Type: String
See Also