BaseObjectSelectorGenerateBaseWhere Method |
Returns base where condition. This condition is applied always.
Returns empty where condition by default - override this method to generate custom condition.
Namespace: CMS.Ecommerce.Web.UIAssembly: CMS.Ecommerce.Web.UI (in CMS.Ecommerce.Web.UI.dll) Version: 13.0.131
Syntax protected virtual string GenerateBaseWhere()
Return Value
Type:
StringSee Also