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: 8.2.23
Syntax
C#
public static string GetExcludedNamesWhereCondition(
	string[] excludedNames,
	string columnName
)

Parameters

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

Return Value

Type: String
See Also