AbstractSqlGenerator IsColumnExcluded Method Kentico 8.0 API Reference
Returns true if the column is excluded.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

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

Return Value

Type: OnlineBoolean
See Also