ObjectHelperGetExcludedNamesWhereCondition Method |
Generate where condition due to excluded names.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax public static string GetExcludedNamesWhereCondition(
string[] excludedNames,
string columnName
)
Parameters
- excludedNames
- Type: SystemString
Excluded names - columnName
- Type: SystemString
Column name
Return Value
Type:
StringSee Also