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.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)
Parameters
- where
- Type: System String
Original where condition
- columnName
- Type: System String
Column that must not start with excluded prefixes.
Return Value
Type: StringSee Also