SystemColumnsIsSystemColumn Method |
Checks if column is one of the system columns.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public static bool IsSystemColumn(
string columnName
)
Parameters
- columnName
- Type: SystemString
Name of column
Return Value
Type:
BooleanSee Also