Click or drag to resize
UnitOfWorkDeleteEntitiesDirectlyElement Constructor (IRelationPredicateBucket, String)
Creates a new UnitOfWorkDeleteEntitiesDirectlyElement 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 UnitOfWorkDeleteEntitiesDirectlyElement(
	IRelationPredicateBucket filter,
	string entityName
)

Parameters

filter
Type: SD.LLBLGen.Pro.ORMSupportClassesIRelationPredicateBucket
Filter.
entityName
Type: SystemString
Name of the entity.
See Also