Click or drag to resize

UnitOfWorkDeleteEntitiesDirectlyElement Constructor (IRelationPredicateBucket, Type)

Creates a new UnitOfWorkDeleteEntitiesDirectlyElement 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 UnitOfWorkDeleteEntitiesDirectlyElement(
	IRelationPredicateBucket filter,
	Type typeOfEntity
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
Filter.
typeOfEntity
Type: SystemType
The type of entity.
See Also