UnitOfWorkAddCollectionForSave Method (IEntityCollection) |
Adds the collection with entities for saving.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.7.0.0 (5.7.0)
Syntax public void AddCollectionForSave(
IEntityCollection collectionToSave
)
Public Sub AddCollectionForSave (
collectionToSave As IEntityCollection
)
Parameters
- collectionToSave
- Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollection
collection with entities to be added for saving
See Also