Click or drag to resize

TransactionBaseGatherEntitiesFromAuditorsToFlush Method

Will gather all entities to flush in the current transaction from auditors which have created these entities and store them in the container specified.

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
protected void GatherEntitiesFromAuditorsToFlush(
	IList container
)

Parameters

container
Type: System.CollectionsIList
the container the entities will be stored in
See Also