Click or drag to resize

UnitOfWorkCollectionElement2 Constructor (IEntityCollection2)

Creates a new UnitOfWorkCollectionElement instance.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public UnitOfWorkCollectionElement2(
	IEntityCollection2 collection
)

Parameters

collection
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
entity collection involved
See Also