Click or drag to resize
UnitOfWorkElement Constructor (IEntity, IPredicate, Boolean)
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,
	bool recurse
)

Parameters

entity
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntity
entity involved
restriction
Type: SD.LLBLGen.Pro.ORMSupportClassesIPredicate
Restriction.
recurse
Type: SystemBoolean
recurse query. Ignored in Delete queries
See Also