BaseInfoAddColumnPrefixesWhereCondition Method |
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: 9.0.0
Syntax protected string AddColumnPrefixesWhereCondition(
string where,
string columnName,
IEnumerable<string> excludedNames = null
)
Parameters
- where
- Type: SystemString
Original where condition - columnName
- Type: SystemString
Column that must not start with excluded prefixes. - excludedNames (Optional)
- Type: System.Collections.GenericIEnumerableString
Objects with display names and code names starting with these expressions are filtered out.
Return Value
Type:
StringSee Also