BaseInfo AddColumnPrefixesWhereCondition Method Kentico 8.1 API Reference
Adds restriction to given where filtering out all rows where given column starts with one of excluded prefixes found in TypeInfo default data settings.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

where
Type: OnlineSystem String
Original where condition
columnName
Type: OnlineSystem String
Column that must not start with excluded prefixes.

Return Value

Type: OnlineString
See Also