Click or drag to resize
UnitOfWork2.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.2.0.0 (5.2.17.0403)
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