Click or drag to resize
UnitOfWorkUpdateMultiElement Constructor (IPredicate, IRelationCollection, IEntityCollection, IEntity)
Creates a new UnitOfWorkUpdateMultiElement instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public UnitOfWorkUpdateMultiElement(
	IPredicate filter,
	IRelationCollection relations,
	IEntityCollection collection,
	IEntity entity
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
Filter.
relations
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationCollection
Relations.
collection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection
Collection.
entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
Entity.
See Also