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