Click or drag to resize
UnitOfWorkElement Constructor (IEntity, IPredicate)
Creates a new UnitOfWorkElement 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 UnitOfWorkElement(
	IEntity entity,
	IPredicate restriction
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
entity involved
restriction
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
Restriction.
See Also