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.0.0.0 (5.0.0)
Syntax
public UnitOfWorkCollectionElement2(
	IEntityCollection2 collection
)

Parameters

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