Click or drag to resize

IUnitOfWorkCoreAddCollectionForSave Method (IEntityCollectionCore)

Adds the collection with entities for saving. No recursion and no refetch are done for these entities.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.5.0.0 (5.5.18.1019)
Syntax
void AddCollectionForSave(
	IEntityCollectionCore collectionToSave
)

Parameters

collectionToSave
Type: SD.LLBLGen.Pro.ORMSupportClassesIEntityCollectionCore
collection with entities to be added for saving
See Also