Click or drag to resize
UnitOfWorkUpdateEntitiesDirectlyElement Constructor (IRelationPredicateBucket, IEntity2)
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 UnitOfWorkUpdateEntitiesDirectlyElement(
	IRelationPredicateBucket filter,
	IEntity2 entity
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
Filter.
entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
Entity.
See Also