Click or drag to resize
UnitOfWorkElement2 Constructor (IEntity2, IPredicateExpression)
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 UnitOfWorkElement2(
	IEntity2 entity,
	IPredicateExpression restriction
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity2
entity involved
restriction
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicateExpression
Restriction.
See Also