Click or drag to resize
ObjectHelperGetExcludedNamesWhereCondition Method
Generate where condition due to excluded names.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static WhereCondition GetExcludedNamesWhereCondition(
	string[] excludedNames,
	string columnName
)

Parameters

excludedNames
Type: SystemString
Excluded names
columnName
Type: SystemString
Column name

Return Value

Type: WhereCondition
See Also