BulkUpdateHandlerStartEvent Method (ObjectTypeInfo, IWhereCondition, IEnumerableString) |
Initiates the event handling.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public BulkUpdateHandler StartEvent(
ObjectTypeInfo typeInfo,
IWhereCondition where,
IEnumerable<string> changedColumns = null
)
Parameters
- typeInfo
- Type: CMS.DataEngineObjectTypeInfo
Type information regarding the objects updated. - where
- Type: CMS.DataEngineIWhereCondition
Where condition for the update - changedColumns (Optional)
- Type: System.Collections.GenericIEnumerableString
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.
Return Value
Type:
BulkUpdateHandlerSee Also