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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual string GenerateBaseWhere()
Return Value
Type:
StringSee Also