UnitOfWork2RemoveCollectionFromUoW Method |
Removes the specified entity collection from this UnitOfWork.
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 public virtual void RemoveCollectionFromUoW(
IEntityCollection2 collectionToRemove
)
Public Overridable Sub RemoveCollectionFromUoW (
collectionToRemove As IEntityCollection2
)
Parameters
- collectionToRemove
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection2
Entity collection to remove.
See Also