BulkUpdateEventArgs Constructor (ObjectTypeInfo, IWhereCondition, IEnumerableString) |
Constructor
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax 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