Click or drag to resize
EntityBaseAddToTransactionIfNecessary Method
Adds the specified entity to the transaction this entity is in, if necessary.

Namespace: SD.LLBLGen.Pro.ORMSupportClasses
Assembly: SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.0.0.0 (5.0.0)
Syntax
protected void AddToTransactionIfNecessary(
	ITransactionalElement toAdd
)

Parameters

toAdd
Type: SD.LLBLGen.Pro.ORMSupportClassesITransactionalElement
To add.
See Also