Click or drag to resize
AbstractSqlGenerator.IsColumnExcluded 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: System.String
List of excluded columns (starting and ending with semicolon ";")
column
Type: System.String
Column to check

Return Value

Type: Boolean
See Also