AbstractSqlGeneratorIsColumnExcluded Method |
Returns true if the column is excluded.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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:
BooleanSee Also