Click or drag to resize
AbstractSqlGeneratorIsColumnExcluded Method
Returns true if the column is excluded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
public static bool IsColumnExcluded(
	string excludedColumns,
	string column
)

Parameters

excludedColumns
Type: SystemString
List of excluded columns (starting and ending with semicolon ";")
column
Type: SystemString
Column to check

Return Value

Type: Boolean
See Also