Click or drag to resize
BulkUpdateEventArgs Constructor (ObjectTypeInfo, IWhereCondition, IEnumerableString)
Constructor

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public BulkUpdateEventArgs(
	ObjectTypeInfo typeInfo,
	IWhereCondition whereCondition,
	IEnumerable<string> changedColumns = null
)

Parameters

typeInfo
Type: CMS.DataEngineObjectTypeInfo
Processed type info
whereCondition
Type: CMS.DataEngineIWhereCondition
Where condition for the bulk 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.
See Also