Click or drag to resize
UnitOfWork2IUnitOfWorkCoreAddCollectionForDelete Method
Adds the collection with entities for deletion.

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
void IUnitOfWorkCore.AddCollectionForDelete(
	IEntityCollectionCore collectionToDelete
)

Parameters

collectionToDelete
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
collection with entities to be added for deletion

Implements

IUnitOfWorkCoreAddCollectionForDelete(IEntityCollectionCore)
See Also