Click or drag to resize
BulkUpdateHandlerStartEvent Method (ObjectTypeInfo, IWhereCondition, IEnumerableString)
Initiates the event handling.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax
C#
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: BulkUpdateHandler
See Also