BulkUpdateEventArgsChangedColumns Property |
Names of the columns that are changed by the bulk update. Any object's column can be changed if this collection is not set or empty.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public IEnumerable<string> ChangedColumns { get; }
Property Value
Type:
IEnumerableStringSee Also