Click or drag to resize
UnitOfWorkCollectionElement2 Constructor (IEntityCollection2, Boolean, Boolean)
Creates a new UnitOfWorkCollectionElement 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 UnitOfWorkCollectionElement2(
	IEntityCollection2 collection,
	bool refetch,
	bool recurse
)

Parameters

collection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
entity collection involved
refetch
Type: SystemBoolean
When true, it will refetch all entities saved after the save action.
recurse
Type: SystemBoolean
When true, the entities in the collection will be saved recursively.
See Also