Click or drag to resize

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

Parameters

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

Implements

IUnitOfWorkCore.AddCollectionForDelete(IEntityCollectionCore)
See Also