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.8.0.0 (5.8.21.0111)
Syntax protected void GatherEntitiesFromAuditorsToFlush(
IList container
)
Protected Sub GatherEntitiesFromAuditorsToFlush (
container As IList
)
Parameters
- container
- Type: System.CollectionsIList
the container the entities will be stored in
See Also