Click or drag to resize
UnitOfWorkCollectionElement Constructor (IEntityCollection)
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 UnitOfWorkCollectionElement(
	IEntityCollection collection
)

Parameters

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